Изменение пароля

This commit is contained in:
2025-10-16 18:56:09 +03:00
parent 241382d305
commit b539f9fd2b
12 changed files with 174 additions and 15 deletions

View File

@@ -33,6 +33,8 @@ private slots:
void on_btnViewPassword_released();
void on_btnChangePassword_clicked();
private:
void verify();
@@ -40,6 +42,8 @@ private:
Ui::DialogEditInstructor *ui;
Instructor instructorInput;
bool flNeedHashPassword;
};
#endif // DIALOGEDITINSTRUCTOR_H