User operation log, v1
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
#include <QLabel>
|
||||
#include <QtWidgets/QLineEdit>
|
||||
#include <src/models/User.h>
|
||||
#include <src/log/UserOperationLog.h>
|
||||
#include "ChangePasswordFormDialog.h"
|
||||
|
||||
ChangePasswordFormDialog::ChangePasswordFormDialog(QWidget *parent, Qt::WindowFlags f) : GUIFormBaseDialog(parent, f) {
|
||||
@@ -87,5 +88,6 @@ bool ChangePasswordFormDialog::updateReferenceData() {
|
||||
User::Current()->restorePassword(encryptPwd);
|
||||
return false;
|
||||
}
|
||||
LOG_USER_OPERATION(ChangePassword);
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user