diff --git a/public/css/app.css b/public/css/app.css index 0f31353..6b268d9 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -119,6 +119,10 @@ top: 11px; color: black; } +.important { + color: red; + font-weight: bold; +} #yes, #no { width: 50%; diff --git a/resources/views/auth/login.blade.php b/resources/views/auth/login.blade.php index 56443c5..c9e6f98 100644 --- a/resources/views/auth/login.blade.php +++ b/resources/views/auth/login.blade.php @@ -44,6 +44,7 @@ @endif
Don't forget your password! Passwords are currently non-recoverable.
@error('password') {{ $message }} diff --git a/resources/views/auth/register.blade.php b/resources/views/auth/register.blade.php index aa8ff58..a776cb2 100644 --- a/resources/views/auth/register.blade.php +++ b/resources/views/auth/register.blade.php @@ -76,6 +76,7 @@Don't reuse passwords, and don't use a simple one!
Passwords must be 8 or more characters, with 1 capital letter, 1 symbol and 1 number.
+Don't forget your password! Passwords are currently non-recoverable.
@error('password')