You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How does this deal with different password policies?
Let's say, site 1 requires that passwords are at least 10 characters and contain at least one special character, and site 2 requires that passwords are no more than 8 characters and have no special characters.
The text was updated successfully, but these errors were encountered:
You can select from different password policies with different length.
But you are correct, some sites indeed have strange requirements for max length and forbidden symbols, that do not make any sense. I typically increase the counter until no such symbol is in there.
How does this deal with different password policies?
Let's say, site 1 requires that passwords are at least 10 characters and contain at least one special character, and site 2 requires that passwords are no more than 8 characters and have no special characters.
The text was updated successfully, but these errors were encountered: