You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because of the issue #34, we need to allow unverified users to be able to reset the password. By default we are using the is_active user attribute to hold the information whether the user is verified or not.
If someone is using this field to disable (block) the users, the user could easily unblock himself by using the "reset password" endpoint.
The text was updated successfully, but these errors were encountered:
Because of the issue #34, we need to allow unverified users to be able to reset the password. By default we are using the
is_active
user attribute to hold the information whether the user is verified or not.If someone is using this field to disable (block) the users, the user could easily unblock himself by using the "reset password" endpoint.
The text was updated successfully, but these errors were encountered: