Depending on what you are using the accounts for you could potentially just comment out "mezzanine.accounts" in INSTALLED_APPS in settings.py. If that doesn't work for you just editing the templates will stop almost everyone and if you also set ACCOUNTS_APPROVAL_REQUIRED then even a particularly clever person who new where to post data to create an account wouldn't ever get their account verified.
On Tue, Dec 16, 2014 at 8:35 PM, Philip Southwell <[email protected]> wrote: > > I'm wondering if there's a built in setting in Mezzanine which stops > people signing up for their own accounts? All I can see is > ACCOUNTS_APPROVAL_REQUIRED but I'd rather people not have the option of > creating an account if they don't already have one. > > Would I need to change the templates so that option was not available? > > -- > You received this message because you are subscribed to the Google Groups > "Mezzanine Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
