diff options
author | Ivan Alejandro <ivanalejandro0@gmail.com> | 2014-05-21 18:18:58 -0300 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2014-05-21 18:45:54 -0300 |
commit | d0a9ecf0cba998b44a216c5cdf1800eea152f379 (patch) | |
tree | 1fd1c072a004719bc101e74e63e7c8c7219cd1c2 /changes/bug-5695_fix-username-regex-support | |
parent | 2ba353fbc87eb81dde2f169b8facdb2104107f70 (diff) |
Update username regex to support the same as webapp.
Rename password util to credentials and add a username check helper.
Move the username regexp to the credentials module.
Closes #5695.
Diffstat (limited to 'changes/bug-5695_fix-username-regex-support')
-rw-r--r-- | changes/bug-5695_fix-username-regex-support | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug-5695_fix-username-regex-support b/changes/bug-5695_fix-username-regex-support new file mode 100644 index 00000000..855ec149 --- /dev/null +++ b/changes/bug-5695_fix-username-regex-support @@ -0,0 +1,3 @@ +- Update username regex to support the same as webapp. Closes #5965. +- Wrong error message for username too short. (Bug #5697) +- Cleanup and refactor username/password validators. |