|
ORE Studio 0.0.4
|
Dialog for changing user password after forced password reset. More...
#include <ChangePasswordDialog.hpp>
Inherits QDialog.

Signals | |
| void | changeCompleted (bool success, const QString &error_message) |
Public Member Functions | |
| ChangePasswordDialog (ClientManager *clientManager, QWidget *parent=nullptr) | |
| Construct ChangePasswordDialog. | |
Dialog for changing user password after forced password reset.
Presents a form for entering new password with confirmation. Used when the server indicates password_reset_required after login.
|
explicit |
Construct ChangePasswordDialog.
| clientManager | Pointer to the application's client manager. |
| parent | Parent widget. |