Add a form for changing the password and prompt the user to do so when there is no password on the account.

This commit is contained in:
yackob03 2013-10-10 13:44:34 -04:00
parent e016d5822f
commit 16ee147eae
7 changed files with 98 additions and 10 deletions

View file

@ -137,11 +137,11 @@
margin-left: 0px;
}
.form-signup input.ng-invalid.ng-dirty {
form input.ng-invalid.ng-dirty {
background-color: #FDD7D9;
}
.form-signup input.ng-valid.ng-dirty {
form input.ng-valid.ng-dirty {
background-color: #DDFFEE;
}
@ -689,6 +689,11 @@ p.editable:hover i {
margin-bottom: 10px;
}
.user-admin .form-change-pw input {
margin-top: 12px;
margin-bottom: 12px;
}
#image-history-container .node circle {
cursor: pointer;
fill: #fff;