Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-19 | single pref win: moved password change UI to a separate window, opened from ↵ | elijah | |
account page in preferences. | |||
2014-08-13 | Use same user/password restrictions as in the webapp. | Ivan Alejandro | |
- no uppercase allowed in usernames, - password length min to 8 Closes #5894. | |||
2014-05-23 | Allow usernames to end in a digit. | Ivan Alejandro | |
2014-05-21 | Update 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. |