Lower username max

This commit is contained in:
Skylar Ittner 2019-03-31 16:33:13 -06:00
parent 3af45b33d0
commit e47cc7342f

View File

@ -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"]);