Go to the source code of this file.
$password = get_input('password', null, false) |
$password2 = get_input('password2', null, false) |
Initial value:{
elgg_echo($message_key, $args=array(), $language="")
Given a message key, returns an appropriately translated full-text string.
elgg register_error
Wrapper function for system_messages.
Definition at line 62 of file useradd.php.
if (is_array($admin)) if ($username== ''||$password== ''||$password2== ''||$email== ''||$name== '') if (strcmp($password, $password2)!=0) try |
Initial value:{
$guid
Removes an admin notice.
register_user($username, $password, $name, $email, $allow_multiple_emails=false)
Registers a user, returning false if the username already exists.
Definition at line 35 of file useradd.php.