mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
Хэширование пароля
This commit is contained in:
@@ -25,6 +25,11 @@ public:
|
||||
|
||||
QString getTypeUserDB(){return TypeUserDB;}
|
||||
|
||||
bool getNeedSetPassword(){return this->needSetPassword;}
|
||||
void setNeedSetPassword(bool needSetPassword){this->needSetPassword = needSetPassword;}
|
||||
|
||||
void hashingPassword();
|
||||
|
||||
private:
|
||||
QString login;
|
||||
QString password;
|
||||
@@ -34,6 +39,7 @@ protected:
|
||||
QString TypeUserDB;
|
||||
|
||||
bool isAdmin;
|
||||
bool needSetPassword;
|
||||
};
|
||||
|
||||
#endif // USER_H
|
||||
|
||||
Reference in New Issue
Block a user