From aadd0889fdadf6678ec42512dc644d710b9a21e4 Mon Sep 17 00:00:00 2001 From: Marcus Hill Date: Sun, 29 Jan 2023 22:34:27 +0000 Subject: [PATCH] Add minlength attribute to new password user profile field. This will allow empty (to keep the password the same) but enforce new passwords be longer than 8 characters --- user_profile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_profile.php b/user_profile.php index e8245fbb..b1429b55 100644 --- a/user_profile.php +++ b/user_profile.php @@ -59,7 +59,7 @@ $sql_recent_logs = mysqli_query($mysqli, "SELECT * FROM logs
- +