mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-06-10 20:33:12 +00:00
Logo support slowly coming
Fixing CSS typos Fixing alert typos
This commit is contained in:
parent
26ddca3e6c
commit
2ef5b6d54a
7 changed files with 60 additions and 9 deletions
|
@ -242,7 +242,7 @@ if (isset($_POST['submit_signup'])) {
|
|||
$error = $error + 1;
|
||||
} elseif(strlen(trim($_POST["password"])) < 6){
|
||||
// Password not long enough 👀
|
||||
echo "<p class='alert alert-warning'>Not long enough for my taste 👀</p>";
|
||||
echo "<p class='alert alert-warning'>(Password) Not long enough for my taste 👀</p>";
|
||||
$error = $error + 1;
|
||||
} else {
|
||||
$password = trim($_POST["password"]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue