HemendraKhatik / FlackApp

This is an anonymous chat application.
https://flack-web-app.herokuapp.com/
22 stars 33 forks source link

Sign up details validation. #15

Closed HemendraKhatik closed 5 years ago

HemendraKhatik commented 5 years ago

Sign up details validation in the flask app.

da201501181 commented 5 years ago

Hi, @HemendraKhatik I would like to take up this issue as a part of Hacktoberfest. Can you please tell me the criteria you would like to use for weak, medium and strong password?

HemendraKhatik commented 5 years ago

@da201501181 These are the conditions.

Note - you will use the flash message to display strong, weak and medium password

feel free to ask more questions.

da201501181 commented 5 years ago

@HemendraKhatik Taking this up.

da201501181 commented 5 years ago

@HemendraKhatik Is the flash message to display password strength and uniqueness of email supposed to be shown dynamically or on submission of the form? If the password is any of the strength levels, do we need to stop the user from signing up?

HemendraKhatik commented 5 years ago

@da201501181 nope user can sign up we just need to show them that their password is strong or weak or medium and the flash message should be displayed on the signup form.

da201501181 commented 5 years ago

@HemendraKhatik If the user is signing up with an email that already exists in our system, we are supposed to ask the user to login as there is an account already linked for that email. Right?

da201501181 commented 5 years ago

The flash message should be displayed on signup form but is it supposed to be dynamic like while users are typing or after the form has submitted? I believe it should be dynamic as user types we judge the criteria and display the strength.

HemendraKhatik commented 5 years ago

@da201501181 it should be dynamic

Manjeete commented 5 years ago

@HemendraKhatik I would like to work on this.

HemendraKhatik commented 5 years ago

@da201501181 are you working on this issue ??

da201501181 commented 5 years ago

@HemendraKhatik Nope!

siriuswapnil commented 5 years ago

Hey @HemendraKhatik , I would like to work on this issue.

HemendraKhatik commented 5 years ago

@siriuswapnil sure

HemendraKhatik commented 5 years ago

@siriuswapnil Are you working on this issue?

siriuswapnil commented 5 years ago

Yes @HemendraKhatik . I might need some time. Is it urgent?

HemendraKhatik commented 5 years ago

@siriuswapnil nope take your time and feel free to ask for help.

siriuswapnil commented 5 years ago

Okay @HemendraKhatik .Give me a day.