diff --git a/login.php b/login.php index 814b7d4..41da3ea 100644 --- a/login.php +++ b/login.php @@ -61,9 +61,19 @@ $reset_msg = isset($_GET['reset']) ? 'Password reset successfully. Pleas Login — <?= htmlspecialchars(get_setting('site_name', APP_NAME)) ?> + - + + + + +

Sign In

@@ -100,5 +110,6 @@ $reset_msg = isset($_GET['reset']) ? 'Password reset successfully. Pleas Create an account
+ diff --git a/register.php b/register.php index c88355a..99ea77f 100644 --- a/register.php +++ b/register.php @@ -131,12 +131,22 @@ if (!$success) { Register — <?= htmlspecialchars(get_setting('site_name', APP_NAME)) ?> + - + + + + +

Create Account

@@ -149,6 +159,7 @@ if (!$success) {
Account created! Please check your email to confirm your address before logging in. + Once confirmed, sign in here.
@@ -211,6 +222,7 @@ if (!$success) {
+