41 inline static std::string_view logger_name =
"ores.qt.change_password_dialog";
45 static auto instance = make_logger(logger_name);
59 void onChangeClicked();
60 void onChangeResult(
bool success,
const QString& error_message);
61 void updatePasswordMatchIndicator();
64 void changeCompleted(
bool success,
const QString& error_message);
68 void enableForm(
bool enabled);
73 QLineEdit* new_password_edit_;
74 QLineEdit* confirm_password_edit_;
75 QPushButton* change_button_;
76 QPushButton* cancel_button_;
77 QLabel* status_label_;