ORE Studio 0.0.4
Loading...
Searching...
No Matches
Signals | Public Member Functions | List of all members
ChangePasswordDialog Class Reference

Dialog for changing user password after forced password reset. More...

#include <ChangePasswordDialog.hpp>

Inherits QDialog.

Collaboration diagram for ChangePasswordDialog:
Collaboration graph

Signals

void changeCompleted (bool success, const QString &error_message)
 

Public Member Functions

 ChangePasswordDialog (ClientManager *clientManager, QWidget *parent=nullptr)
 Construct ChangePasswordDialog.
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ ChangePasswordDialog()

ChangePasswordDialog ( ClientManager clientManager,
QWidget *  parent = nullptr 
)
explicit

Construct ChangePasswordDialog.

Parameters
clientManagerPointer to the application's client manager.
parentParent widget.