TonyFlury / SuffolkCycleDjango

0 stars 0 forks source link

Change Password : Server 500 Error when confirmed password is different from new Password #5

Closed TonyFlury closed 8 years ago

TonyFlury commented 8 years ago

Steps: Sign In Goto My Details click Change Password Enter a new password Enter a different confirmation Password Result : Server Error 500 Expected : Nice error message.

TonyFlury commented 8 years ago

Made the PasswordChange template to be a specific file - rather than dump the form into a template. Added a confirmation div into the new template Change dashboard.views.PasswordChange to invoke the new template section when the passwords are correct.

TonyFlury commented 8 years ago

Fixed in 0.0.1a2