Ask the current password before changing a user password
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user