From d0a9ecf0cba998b44a216c5cdf1800eea152f379 Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Wed, 21 May 2014 18:18:58 -0300 Subject: 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. --- changes/bug-5695_fix-username-regex-support | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changes/bug-5695_fix-username-regex-support (limited to 'changes/bug-5695_fix-username-regex-support') 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. -- cgit v1.2.3