Add UserOperationLog.
This commit is contained in:
@@ -100,6 +100,6 @@ bool ChangePasswordFormDialog::updateReferenceData()
|
||||
User::Current()->restorePassword(encryptPwd);
|
||||
return false;
|
||||
}
|
||||
LOG_USER_OPERATION(ChangePassword);
|
||||
LOG_USER_OPERATION("Change Password");
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user