Allow a user to change his own password. Closes #62

This commit is contained in:
Mark Schouten 2016-03-21 12:08:28 +01:00
parent 22dfbed83d
commit 4478f1eed3
2 changed files with 71 additions and 3 deletions

View file

@ -53,6 +53,14 @@ input[type="submit"] {
font-weight: bold;
padding: 8px;
}
input[type="submit"]:disabled {
background: none repeat scroll 0 0 #FF0000;
border: medium none;
color: #FFFFFF;
cursor: pointer;
font-weight: bold;
padding: 8px;
}
.label {
display: block;
margin: 0 10px 0 0;