optimamodel / optima

Optima HIV software tool
http://optimamodel.com
GNU Lesser General Public License v3.0
7 stars 1 forks source link

Admin reset password fix #1872

Closed kelvinburke closed 1 year ago

kelvinburke commented 1 year ago

Fix to error "TypeError: Unicode-objects must be encoded before hashing" from Reset password in admin panel.

Fixed by encoding with UTF-8 before hashing.

FE popup now says "Password reset to "optima"!"