epicserve / django-base-site

The Django Base Site is a Django site that is built using the best Django practices and comes with all the common Django packages that you need to jumpstart your next project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sign-in tweaks

epicserve opened this issue · comments

  • Turn off the success message after you've signed in
  • Maybe don't require verification of a user's email when they first sign-up. This is a pain if you haven't setup email on a new system yet. Maybe this could be changed later after a new app/system has setup an email service.

Posted a question here to see if django-allauth will add a setting to turn off the post login success message.