User edit dialog completed
This commit is contained in:
parent
3adbef8c08
commit
e24554a0a0
11 changed files with 315 additions and 47 deletions
|
|
@ -13,7 +13,7 @@ private:
|
|||
public:
|
||||
auth_system() = default;
|
||||
|
||||
const user_entity* get_user(const QString &login, bool &success);
|
||||
user_entity* get_user(const QString &login, bool &success);
|
||||
bool remove_user(const QString &login);
|
||||
bool register_user(const QString &login, const QString &password, UserRole role);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue