ixc / ixc-project-template

Bare-bones skeleton project template, for use with the `django-admin.py startproject` command.
1 stars 0 forks source link

Default auth user #10

Closed markfinger closed 9 years ago

markfinger commented 9 years ago

The default user still relies on username+password for authentication.

Given that almost all of our new projects use email-based users, can we switch the default in the project template?

mattoc commented 9 years ago

We're using django-polymorphic-auth's EmailUser now