-
So a constant issue we have in our userbase is people not being able to login. 95% of this is due to either and expired or incorrectly entered password. Is it possible to make passwords peekable? I…
-
Not really sure how the password lookup is done, but it seems that passwords are stored as plain text?
https://github.com/taromero/chatapp/blob/master/server/methods.js#L2-L9
-
I like the password policy of stanford university:
https://uit.stanford.edu/service/accounts/passwords/quickguide
The good thing is that they show everybody how to create a secure password. Mostly yo…
-
```
What version of the product are you using? On what operating system?
webapp2 on Google App Engine SDK version 1.6.6
In webapp2_extras/appengine/auth/models.py next code doesn't allow me to creat…
-
```
What steps will reproduce the problem?
1. Use an umlaut for a password. example:
given().
auth().basic("someUser", "äöüß").
expect().
statusCode(200).
when().
post("/someUrl");
What is t…
-
transfer and hand off accounts/passwords.
-
when someone wants to delete any password, he should give the paraphrase- or else valuable passwords can be erased if the computer is stolen or something.
-
Hey, i run this docker version successfully and trying to login with default credentials that i got from docs. but nothing seems to work.
What are the correct cred ?
-
### Is your feature or enhancement related to a problem? Please describe.
The password field only highlights errors with a red border for unsupported passwords, without specifying the required format…
-
HI,
New users accounts and change of passwords are being emailed out, passwords should not be sent via email.
Can this be changed or an option to turn off.
Thanks
Julian