summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/util/credentials.py
AgeCommit message (Collapse)Author
2014-09-19single pref win: moved password change UI to a separate window, opened from ↵elijah
account page in preferences.
2014-08-13Use same user/password restrictions as in the webapp.Ivan Alejandro
- no uppercase allowed in usernames, - password length min to 8 Closes #5894.
2014-05-23Allow usernames to end in a digit.Ivan Alejandro
2014-05-21Update username regex to support the same as webapp.Ivan Alejandro
Rename password util to credentials and add a username check helper. Move the username regexp to the credentials module. Closes #5695.