Reset account password

This commit is contained in:
Krad
2021-12-10 11:22:20 +08:00
parent bbc424cff6
commit 5c62bdf120
3 changed files with 43 additions and 9 deletions

View File

@@ -63,6 +63,7 @@ public:
}
bool submitChange();
bool isAdmin();
bool resetPassword();
static QString getRoleName(QString RoleID);
static QString getRoleID(QString RoleName);
static QStringList getAllRoleName();