28             elgg_echo(
'email:resetpassword:subject', array(), 
$user->language),
 
register_error($error)
Display an error on next page load.
 
system_message($message)
Display a system message on next page load.
 
forward($location="", $reason='system')
Forward to $location.
 
elgg_echo($message_key, $args=array(), $language="")
Given a message key, returns an appropriately translated full-text string.
 
get_entity($guid)
Loads and returns an entity object from a guid.
 
notify_user($to, $from, $subject, $message, array $params=array(), $methods_override="")
Notify a user via their preferences.
 
elgg_get_site_entity($site_guid=0)
Get an \ElggSite entity (default is current site)
 
force_user_password_reset($user_guid, $password)
Low level function to reset a given user's password.
 
generate_random_cleartext_password()
Generate a random 12 character clear text password.