diff options
author | Frederick Muriuki Muriithi | 2024-09-16 09:22:00 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-09-16 10:03:46 -0500 |
commit | d5ad356ccb10223df2c747a964904ee21d82fdbf (patch) | |
tree | fab696399b831f56095207c5ef41169f3634b2a2 /issues/auth | |
parent | e141d9e6cec9ed33d4ede0f4217965f6bc13317d (diff) | |
download | gn-gemtext-d5ad356ccb10223df2c747a964904ee21d82fdbf.tar.gz |
Close issues.
Diffstat (limited to 'issues/auth')
-rw-r--r-- | issues/auth/reset-password-feature.gmi | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/issues/auth/reset-password-feature.gmi b/issues/auth/reset-password-feature.gmi index 8eaaa6a..299f915 100644 --- a/issues/auth/reset-password-feature.gmi +++ b/issues/auth/reset-password-feature.gmi @@ -1,6 +1,16 @@ # Reset/Forgot Password Feature for GN2 +# Tags + * assigned: fredm -* tags: critical +* priority: critical +* status: closed +* keywords: gn-auth, auth, reset password +* type: feature-request + +## Description Should a user forget his/her password, there's no clear way to reset the password. + +This issue is +=> https://git.genenetwork.org/gn-auth/tree/gn_auth/auth/authorisation/users/views.py?id=e829074e99fd5bec033765d18d5efa55e1edce44#n454 implemented with the latest code. |