Offer the user to reset his password

This commit is contained in:
Pierre
2018-05-26 15:50:33 +02:00
parent 4ea1761c72
commit 19797b8731
6 changed files with 264 additions and 1 deletions

View File

@ -0,0 +1,15 @@
/**
* Reset password main script
*
* @author Pierre HUBERT
*/
.reset-password-box {
max-width: 300px;
margin: auto;
margin-top: 30px;
}
.reset-password-box .btn {
display: block;
}