File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ <h4 class="modal-title">Edit User</h4>
42
42
</ div >
43
43
< div class ="form-group ">
44
44
< label for ="_user_password " class ="control-label "> Password</ label >
45
- < input type ="text " class ="form-control " id ="_user_password " name ="_user_password " value =""
45
+ < input type ="password " class ="form-control " id ="_user_password " name ="_user_password " value =""
46
46
placeholder ="Leave empty to keep the password unchanged ">
47
47
</ div >
48
48
< div class ="form-group ">
Original file line number Diff line number Diff line change @@ -514,11 +514,11 @@ func HashesChanged(db store.IStore) bool {
514
514
newClient , newServer := GetCurrentHash (db )
515
515
516
516
if oldClient != newClient {
517
- fmt .Println ("Hash for client differs" )
517
+ // fmt.Println("Hash for client differs")
518
518
return true
519
519
}
520
520
if oldServer != newServer {
521
- fmt .Println ("Hash for server differs" )
521
+ // fmt.Println("Hash for server differs")
522
522
return true
523
523
}
524
524
return false
You can’t perform that action at this time.
0 commit comments