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 #2

Open
20 of 27 tasks
nikolapeja6 opened this issue May 24, 2017 · 0 comments
Open
20 of 27 tasks

Register #2

nikolapeja6 opened this issue May 24, 2017 · 0 comments
Projects

Comments

@nikolapeja6
Copy link
Owner

nikolapeja6 commented May 24, 2017

Register

A panel/table for registering.

After a successful registration, the user should continue as if logged in.

Content

  • First Name - Ime

  • Last Name - Prezime

  • Email

  • Institution - Institucija

  • Username - korisnicko ime !!! unique !!!

  • Password - sifra - requirements:

    • min 8 characters, max 12 characters,
    • min uppercase 1
    • min lowercase 3
    • min 1 digit
    • min special 1
    • first symbol must be a letter
    • max 2 letters are consecutive
  • Confirm password - potvrda sifre

  • Gender - pol

  • Profile picture - profilna slika - max 300x300 px

  • T-Shirt size - velicina majice - from the set of S, M, L, XL, XXL

  • link to LinkedIn profile - link do LinkedIn profile

Check - client

  • Email - see if it is in the right format

  • Password - check all the constrains

  • Confirm password - check if it is equal to password

  • Profile picture - if present, check resolution

  • LinkedIn - possible check if it is a valid account, or something like that

Check - server

  • Should all the check from the client be done on the server ?

  • Username - check if it is unique

Questions

  • Should all the check from the client be done on the server ?

  • Are all the fields mandatory, or can some of them be left blank?

@nikolapeja6 nikolapeja6 added this to Main Page in PIA Jun May 24, 2017
This was referenced May 24, 2017
This was referenced Jun 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
PIA Jun
Main Page
Development

No branches or pull requests

1 participant