Sunday, April 30, 2017

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



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

The old passwords looked like this
sha1$c9289$7c6d5430101f10bab8fe5f1991fcaaa7630b36b1

the new passwords look like this

pbkdf2_sha256$12000$joygsrjfs4s8$hL3Fo+g3DxWgZkgZEGonVXJzo+EWm7AuYjA39IAlMNo=

It appears to be in order to be backwards compatible somewhere in Django I need to switch
back to the whatever was creating the sha passwords.

Where in the can I do that?

Please advise 

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/2930ae48-8614-40ec-8895-e406cf5cf08f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment