stormpath / stormpath-django

Django plugin for Stormpath
Apache License 2.0
38 stars 19 forks source link

StormpathBaseUser.check_password() fails #62

Closed smcoll closed 8 years ago

smcoll commented 9 years ago

django.contrib.auth.models.AbstractBaseUser has a check_password method which verifies whether a given password is correct. This is used, for example, in forms which require a user to submit their password along with a change they're making. In StormpathBaseUser, this method fails.

rdegges commented 8 years ago

Closing this -- cutting a release now.