diff options
Diffstat (limited to 'topics/authentication/user-registration.gmi')
-rw-r--r-- | topics/authentication/user-registration.gmi | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/topics/authentication/user-registration.gmi b/topics/authentication/user-registration.gmi new file mode 100644 index 0000000..509c74d --- /dev/null +++ b/topics/authentication/user-registration.gmi @@ -0,0 +1,16 @@ +# User Registration + +The GeneNetwork system will provide a way for users to register accounts with the system. This document deals with the User-Registration system design. + +Data to be collected for user registration: + +* email address +* password +* Name of user (for display purposes) + +Maybe verify the email by sending a confirmation link? + +## Related Issues + +=> /topics/authentication/authentication-authorisation-design Auth* Design +=> /topics/authentication/password-reset Password Reset |