28 elgg_echo(
'email:resetpassword:subject', array(),
$user->language),
32 'action' =>
'resetpassword',
elgg_get_site_entity($site_guid=0)
Get an entity (default is current site)
elgg_echo($message_key, $args=array(), $language="")
Given a message key, returns an appropriately translated full-text string.
force_user_password_reset($user_guid, $password)
Low level function to reset a given user's password.
elgg forward
Meant to mimic the php forward() function by simply redirecting the user to another page...
notify_user($to, $from=0, $subject= '', $message= '', array $params=array(), $methods_override=null)
Notify a user via their preferences.
elgg system_message
Wrapper function for system_messages.
elgg register_error
Wrapper function for system_messages.
generate_random_cleartext_password()
Generate a random 12 character clear text password.
get_entity($guid)
Loads and returns an entity object from a guid.