Ask the current password before changing a user password

This commit is contained in:
Frédéric Guillot
2014-03-25 21:25:54 -04:00
parent 0d55f5aa35
commit 34711f5846
10 changed files with 231 additions and 36 deletions

View File

@@ -156,9 +156,6 @@ textarea {
font-size: 99%;
}
select {
}
::-webkit-input-placeholder {
color: #bbb;
padding-top: 2px;
@@ -183,6 +180,12 @@ textarea.form-error {
border: 2px solid #b94a48;
}
.form-required {
color: red;
padding-left: 5px;
font-weight: bold;
}
.form-errors {
color: #b94a48;
list-style-type: none;