59 throw new RegistrationAllowedGatekeeperException(
elgg_echo(
'RegistrationAllowedGatekeeperException:invalid_invitecode'));
Thrown when registration isn't allowed.
Validate that registration is allowed based on one of the following:
validateInviteCode(Request $request)
Validate the optional invite code.
__invoke(Request $request)
Validate input and/or settings to allow access to registration resources.
assertRegistrationEnabled()
Validate if registration is allowed by the site configuration.
_elgg_services()
Get the global service provider.
elgg_validate_invite_code(string $username, string $code)
Validate a user's invite code.
get_user(int $guid)
Elgg users Functions to manage multiple or single users in an Elgg install.
elgg_echo(string $message_key, array $args=[], string $language='')
Elgg language module Functions to manage language and translations.
if(parse_url(elgg_get_site_url(), PHP_URL_PATH) !=='/') if(file_exists(elgg_get_root_path() . 'robots.txt'))
Set robots.txt.
$friend_guid
Assembles and outputs the registration page.