summary refs log tree commit diff
path: root/issues/auth
diff options
context:
space:
mode:
Diffstat (limited to 'issues/auth')
-rw-r--r--issues/auth/masquarade-as-bug.gmi1
-rw-r--r--issues/auth/reset-password-feature.gmi12
2 files changed, 12 insertions, 1 deletions
diff --git a/issues/auth/masquarade-as-bug.gmi b/issues/auth/masquarade-as-bug.gmi
index 12c2c5f..36fe34a 100644
--- a/issues/auth/masquarade-as-bug.gmi
+++ b/issues/auth/masquarade-as-bug.gmi
@@ -2,6 +2,7 @@
 
 * assigned: fredm
 * tags: critical
+* status: closed, completed
 
 Right now you can't masquared as another user.  Here's the trace:
 
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.