Merge pull request #21255 from owncloud/usermanagement-show-password-error-temporary
user management: show password error temporary
This commit is contained in:
commit
3818a055b9
|
@ -650,7 +650,7 @@ $(document).ready(function () {
|
|||
{username: uid, password: $(this).val(), recoveryPassword: recoveryPasswordVal},
|
||||
function (result) {
|
||||
if (result.status != 'success') {
|
||||
OC.Notification.show(t('admin', result.data.message));
|
||||
OC.Notification.showTemporary(t('admin', result.data.message));
|
||||
}
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue