Part of canonical.launchpad.browser.logintoken View In Hierarchy
| Method | markEmailAsValid | See ValidateEmailView |
Inherited from ValidateEmailView:
| Method | initialize | Undocumented |
| Method | validate | Make sure the email address this token refers to is not in use. |
| Method | default_next_url | Undocumented |
| Method | cancel_action | Undocumented |
| Method | continue_action | Mark the new email address as VALIDATED in the database. |
| Method | _ensureEmail | Make sure self.requester has this token's email address as one of |
Inherited from BaseTokenView (via ValidateEmailView):
| Method | next_url | The next URL to redirect to on successful form submission. |
| Method | page_title | The page title. |
| Method | redirectIfInvalidOrConsumedToken | If this is a consumed or invalid token redirect to the LoginToken |
| Method | success | Indicate to the user that the token was successfully processed. |
| Method | logInPrincipalByEmail | Login the principal with the given email address. |
| Method | accountWasSuspended | Return True if the person's account was SUSPENDED, otherwise False. |
| Method | _cancel | Consume the LoginToken and set self._next_url_for_cancel. |