mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-01 11:03:54 -07:00
Simpler forgot password functionality (#2393)
* Simpler forgot password functionality (Server/Client)
This commit is contained in:
parent
b64eab204c
commit
0cfa6863d5
36 changed files with 1190 additions and 173 deletions
|
|
@ -67,13 +67,15 @@ private slots:
|
|||
void actRegister();
|
||||
void actSettings();
|
||||
void actExit();
|
||||
|
||||
void actForgotPasswordRequest();
|
||||
void actAbout();
|
||||
void actUpdate();
|
||||
void actViewLog();
|
||||
|
||||
void forgotPasswordSuccess();
|
||||
void forgotPasswordError();
|
||||
void promptForgotPasswordReset();
|
||||
void iconActivated(QSystemTrayIcon::ActivationReason reason);
|
||||
|
||||
void promptForgotPasswordChallenge();
|
||||
void showWindowIfHidden();
|
||||
|
||||
void actCheckCardUpdates();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue