![]() |
![]()
| ![]() |
![]()
NAMEJifty::Plugin::Authentication::PasswordAction::GeneratePasswordToken - generate password token METHODSnewLooks up what Jifty::Plugin::Authentication::Password is configured to login via, username or email address, to know what form element to expect. argumentsWe need the email of the user we're fetching a token for, so we can return the salt. take_actionGenerate a token and throw it back to the browser. Also, return the user's password salt in $self->result->content. load_userLoad up and return a YourApp::User object for the user trying to log in
|