Do you think it’s a valid point, that if a web service holds no personal/security data it should be up to user what password length to haver or even to have no password?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This depends on what the user account is used for. There are 3 forms used here:
If you’re concerned either with Authentication or Authorization then you must have a password. Not having a password makes this pointless. If your only goal is identification and there is no real security loss/gain in allowing a user to misidentify him/herself, then a password becomes superfluous. Again, if this is the case, the identification itself becomes superfluous and you should consider allowing open access.