Closed bystrup closed 7 years ago
In my fairly fresh install I had to change the AUTHENTICATION_BACKENDS to read
AUTHENTICATION_BACKENDS
AUTHENTICATION_BACKENDS = ( 'django.contrib.auth.backends.ModelBackend', 'modoboa_imap_migration.auth_backends.IMAPBackend', )
rather than 'modoboa.lib.authbackends.SimpleBackend' - which seems to have disappeared with revision 4c1c647.
'modoboa.lib.authbackends.SimpleBackend'
I'd be happy to create a pull request, only it seems a small fix :-)
Best regards, Anders Bystrup
@bystrup Thanks for reporting, I fixed it ;)
In my fairly fresh install I had to change the
AUTHENTICATION_BACKENDS
to readrather than
'modoboa.lib.authbackends.SimpleBackend'
- which seems to have disappeared with revision 4c1c647.I'd be happy to create a pull request, only it seems a small fix :-)
Best regards, Anders Bystrup