Caloriosa / caloriosa

Documentation, Wiki, Analysis, issues and reports for Caloriosa
https://caloriosa.com
0 stars 0 forks source link

Register a new user #8

Open purrplingcat opened 6 years ago

purrplingcat commented 6 years ago

Register a new user

Web-UI has a page with form for user registration. This form is a very simple:

Field Type Condition Desc
Login Text Not empty, min 6 chars. Only [A-z0-9] Username for login to service
Email Text Not empty, valid email address E-mail
Password Password Not empty, min 8 chars Password
~Verify Password~ ~Password~ ~Not empty, matching field Password~ ~Password again to verify~

After form is a button 'Register'. When user submited registration form, then must be validated by email activation link. Before email validation account is inactive and usewr can't login. If user account is not activated ti 24 hour from registration submit, then user account will be deleted.


Related: Following: #7 Source: