mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-05 13:05:50 +01:00
(refs #114)Bug fix
This commit is contained in:
@@ -107,7 +107,7 @@ trait UserManagementControllerBase extends AccountManagementControllerBase {
|
||||
removeUserRelatedData(userName)
|
||||
}
|
||||
|
||||
updateAccount(getAccountByUserName(userName).get.copy(
|
||||
updateAccount(getAccountByUserName(userName, true).get.copy(
|
||||
password = form.password.map(sha1).getOrElse(account.password),
|
||||
fullName = form.fullName,
|
||||
mailAddress = form.mailAddress,
|
||||
|
||||
Reference in New Issue
Block a user