mlte-team / mlte

An infrastructure for evaluating machine learning models.
http://mlte.rtfd.io/
MIT License
10 stars 3 forks source link

Let users reset their passwords #408

Open sebastian-echeverria opened 4 months ago

sebastian-echeverria commented 4 months ago

Create a new form that a user can access, without full authentication, where they can reset their passwords. Define the best way to support this (probably by email reset link?).

sei-aderr commented 4 months ago

Added ability for user to change their password if they are authenticated.

Proper email link password reset will be a bit tougher with a separate MLTE email and api interface to implement. Moving to backlog if issues with current setup pop up and something more thorough is required.