modoboa / modoboa-imap-migration

An extension to ease the migration between 2 IMAP servers using offlineimap
ISC License
16 stars 12 forks source link

Documentation issue #15

Closed bystrup closed 7 years ago

bystrup commented 7 years ago

In my fairly fresh install I had to change the AUTHENTICATION_BACKENDS to read

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.

I'd be happy to create a pull request, only it seems a small fix :-)

Best regards, Anders Bystrup

tonioo commented 7 years ago

@bystrup Thanks for reporting, I fixed it ;)