Re: After upgrading 1.1 to 1.6 users with old passwords can log on new users can not log on.

2017-04-30 Thread m1chael
Hi, This explains your issue in detail: https://docs.djangoproject.com/en/1.11/releases/1.10/#removed-weak-password-hashers-from-the-default-password-hashers-setting ..and talks about a very easy workaround Mike On Sun, Apr 30, 2017 at 4:25 PM, NoviceSortOf wrote: > > > After upgrading from

After upgrading 1.1 to 1.6 users with old passwords can log on new users can not log on.

2017-04-30 Thread NoviceSortOf
After upgrading from 1.1 to 1.6 all of our older registrants can logon but new registrants can not using their new passwords. Its as if Django will read the old passwords, but somehow it no longer encrypts new passwords that are readable. I do see a structural difference in the new passwords