Lower username max
This commit is contained in:
parent
3af45b33d0
commit
e47cc7342f
@ -6,7 +6,7 @@
|
|||||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$username_max = 50;
|
$username_max = 30;
|
||||||
$password_min = 8;
|
$password_min = 8;
|
||||||
|
|
||||||
$username = strtolower($VARS["username"]);
|
$username = strtolower($VARS["username"]);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user