Logo support slowly coming

Fixing CSS typos
Fixing alert typos
This commit is contained in:
Michał Gdula 2022-11-02 16:02:40 +00:00
parent 26ddca3e6c
commit 2ef5b6d54a
7 changed files with 60 additions and 9 deletions

View file

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