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

Common fields requirements #4277

Closed
Yuliia-Fliorko opened this issue Jun 8, 2022 · 0 comments
Closed

Common fields requirements #4277

Yuliia-Fliorko opened this issue Jun 8, 2022 · 0 comments

Comments

@Yuliia-Fliorko
Copy link

Yuliia-Fliorko commented Jun 8, 2022

  1. Email:

    -Must include:“@”
    -Max chars: 72
    -Min chars: 3
    -not case sensitive ( e.g. [email protected] = [email protected])
    -All characters are allowed. The space symbol is permitted only at the end and beginning of the field.

  2. User name:

'Name’ field is mandatory
-Max chars: 30
-Min chars: 1
-Letters should be Cyrillic or Latin alphabets
-Can include: letters, digits, dots, and symbols (e.g. Ira, Ira99, Ira. Prut, Ira.99Prut, -, ').
All other symbols are forbidden.
Dot and at the start, in the end, and consecutive dot is forbidden.
The digit and symbol at the start are forbidden.

  1. Password:

    -Min chars: 8
    -Max chars: 20
    -At least 1 char of Uppercase letter (A-Z)
    -At least 1 char of lowercase letter (a-z)
    -At least 1 digit (0-9)
    -At least 1 special char (~`!@#$%^&*()+=_-{}[]|:;”’?/<>,.)
    -Password should not contain spaces (“ ”)
    -Password must be hidden
    -Passwords should be able to make visible, by clicking on the “eye” button

General requirements for all fields: spaces that the User typed at the end and in the beginning of each field should be ignored by the system

@Yuliia-Fliorko Yuliia-Fliorko changed the title All fields requirements Common fields requirements Jun 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

No branches or pull requests

3 participants