Wt
3.3.0
|
A widget which initiates a lost-password email. More...
#include <Auth/LostPasswordWidget>
Public Member Functions | |
LostPasswordWidget (AbstractUserDatabase &users, const AuthService &auth, WContainerWidget *parent=0) | |
Constructor. |
A widget which initiates a lost-password email.
The widget renders the "Wt.Auth.template.lost-password"
template. It prompts for an email address and then invokes AuthService::lostPassword() with the given email address.