allow users to recover password

This commit is contained in:
2018-08-17 13:32:08 +02:00
parent 5b1ba71a8a
commit 1fd6a4ed2c
22 changed files with 896 additions and 11 deletions

View File

@@ -43,7 +43,7 @@ label {
padding-right: 5px;
}
input {
color: 'black';
}
form {
@@ -61,3 +61,12 @@ button {
font-weight: 300;
}
p.forgot-password-link {
text-align: center;
a {
font-weight: 300;
color: #fff;
text-decoration: none;
}
}