diff options
author | Ivan Alejandro <ivanalejandro0@gmail.com> | 2014-08-13 17:14:10 -0300 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2014-08-13 17:17:32 -0300 |
commit | e35b7f006b6cb076ff6b982a2f173ab5bc3a41d3 (patch) | |
tree | 9c3de526036f5c6e17866e8d05119f3709aee225 /changes | |
parent | 4af51a2a35978ad013a6267c9e75a1e33d4e0ee3 (diff) |
Use same user/password restrictions as in the webapp.
- no uppercase allowed in usernames,
- password length min to 8
Closes #5894.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/use-same-user-and-pass-restrictions-as-in-the-webapp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changes/use-same-user-and-pass-restrictions-as-in-the-webapp b/changes/use-same-user-and-pass-restrictions-as-in-the-webapp new file mode 100644 index 00000000..88d97f00 --- /dev/null +++ b/changes/use-same-user-and-pass-restrictions-as-in-the-webapp @@ -0,0 +1 @@ +Use same user/password restrictions as in the webapp. Closes #5894. |