⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
Wt
All Projects
Wt
Overview
Activity
Roadmap
Issues
Wiki
Forums
Download (484 Bytes)
Bug #6105
» ChangePasswordWidget.h
Bert Cuypers
, 11/16/2017 08:34 AM
#ifndef _CHANGE_PASSWORD_WIDGET_H_
#define _CHANGE_PASSWORD_WIDGET_H_
#include
<Wt/WDialog.h>
#include
<Wt/WLineEdit.h>
using
namespace
Wt
;
class
ChangePasswordWidget
:
public
WDialog
{
public:
ChangePasswordWidget
(
bool
aReqCurrentPsw
);
virtual
~
ChangePasswordWidget
();
bool
changePassword
();
private:
bool
_reqCurrentPsw
;
WLineEdit
*
_currentPassword
;
WLineEdit
*
_newPassword
;
WLineEdit
*
_confirmPassword
;
};
#endif
« Previous
1
2
3
Next »
(2-2/3)
Loading...