Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Register a new user #8

Open
purrplingcat opened this issue Dec 2, 2017 · 0 comments
Open

Register a new user #8

purrplingcat opened this issue Dec 2, 2017 · 0 comments

Comments

@purrplingcat
Copy link
Contributor

purrplingcat commented Dec 2, 2017

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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant