Go to the source code of this file.
Initial value:= [
if(empty($username)||empty($password)) if(elgg_strpos($username, '@')!==false) $user
Definition at line 92 of file login.php.
$password = get_input('password', null, false) |
if (empty($username)||empty($password)) if (elgg_strpos($username, '@')!==false) $user |
Initial value:})
elgg_call(int $flags, Closure $closure)
Calls a callable autowiring the arguments using public DI services and applying logic based on flags...
get_user_by_username($username)
Get user by username.
const ELGG_SHOW_DISABLED_ENTITIES
Definition at line 30 of file login.php.
Initial value:{
])
elgg_pam_authenticate(string $policy, array $authentication_params=[])
Start an authentication process.
Definition at line 34 of file login.php.