Class LostPasswordWidget


public class LostPasswordWidget extends WTemplate
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.

See Also: