From cda7049c67ec6c8b45857e99d0ad7b52c480b3f0 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Wed, 2 Nov 2022 10:59:50 +0300 Subject: Add "User Registration" and "Password Reset" topics * While not core to the auth(entic|oris)ation topic, "User Registration" and "Password Reset" are related to, the auth(entic|oris)ation process. --- topics/authentication/password-reset.gmi | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 topics/authentication/password-reset.gmi (limited to 'topics/authentication/password-reset.gmi') diff --git a/topics/authentication/password-reset.gmi b/topics/authentication/password-reset.gmi new file mode 100644 index 0000000..44fcde2 --- /dev/null +++ b/topics/authentication/password-reset.gmi @@ -0,0 +1,5 @@ +# Password Reset + +The system should provide a way for the user to reset their passwords in the case where the user has forgotten their password. + +We could send a password reset link with an expiry period, maybe? -- cgit v1.2.3