UI to change your own password
Compare changes
Files
3- Quique authored
+ 6
− 2
@@ -34,8 +34,7 @@ func (a *api) SignIn(w http.ResponseWriter, req *http.Request) {
@@ -234,6 +233,11 @@ func newHashPass(password string) (hash []byte, salt []byte, err error) {