(refs #114)Bug fix

This commit is contained in:
takezoe
2013-11-03 04:53:41 +09:00
parent 2118f8c764
commit 05296473d3

View File

@@ -107,7 +107,7 @@ trait UserManagementControllerBase extends AccountManagementControllerBase {
removeUserRelatedData(userName) removeUserRelatedData(userName)
} }
updateAccount(getAccountByUserName(userName).get.copy( updateAccount(getAccountByUserName(userName, true).get.copy(
password = form.password.map(sha1).getOrElse(account.password), password = form.password.map(sha1).getOrElse(account.password),
fullName = form.fullName, fullName = form.fullName,
mailAddress = form.mailAddress, mailAddress = form.mailAddress,