lefevre00 / parking

Share your place
https://takemyplace.herokuapp.com/
GNU Lesser General Public License v3.0
3 stars 4 forks source link

Account creation #1

Closed lefevre00 closed 8 years ago

lefevre00 commented 8 years ago
  1. User give email
  2. App send link token to the given email
  3. User click token link and fill form
    • Name
    • Nick name
    • Password
    • User type : share a place / looking for a place
    • Place number if user type = share a place
lefevre00 commented 8 years ago

Sending email may be overkill for M1. Maybe we could just create account with user given password, without password strength and double validation.