blob: 509c74ddff74f5776d0f246f0c507cc9e796f771 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
|