RE: [mezzanine-users] default settings for users / blog posts

2017-07-11 Thread Eduardo Rivas
The “is_staff” flag only allows users to log into the admin. Groups and permissions determine which models they can add/edit/delete. -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails

Re: [mezzanine-users] default settings for users / blog posts

2017-07-11 Thread Patrick Shirkey
On Monday, July 10, 2017 at 11:48:18 PM UTC+3, Eduardo Rivas wrote: > > Hello Patrick. > > > >1. I don’t think there’s a setting to require a login for blog posts. >I suggest you override Mezzanine’s blog patterns in your root urlconf and >apply the login_required decorator to

RE: [mezzanine-users] default settings for users / blog posts

2017-07-10 Thread Eduardo Rivas
Hello Patrick. 1. I don’t think there’s a setting to require a login for blog posts. I suggest you override Mezzanine’s blog patterns in your root urlconf and apply the login_required decorator to the blog views. See: https://stackoverflow.com/a/5771286/1330003 2. If you want to apply custom

[mezzanine-users] default settings for users / blog posts

2017-07-10 Thread Patrick Shirkey
Hi, A couple of questions. 1: Is there a setting to enable blog posts to be visible only to logged in users? 2: What is the correct method for enabling "staff" status by default for all new registrations? Thanks -- Patrick Shirkey Boost Hardware Ltd -- You received this message because