-
Notifications
You must be signed in to change notification settings - Fork 1
reference:U isRegisterOpen
Aaron Junker edited this page Apr 24, 2021
·
4 revisions
- since Pb2.5Bfx0
- returns
bool - in file
(root)/includes/functions/isRegisterOpen.inc.php
This function checks if the sessionuser can access the registration page.
For true following things need to be true:
-
$_SESSION["User_ID"]needs not to be set (User not logged in). - Setting
login.register_openneeds to be set to on. - Setting
login.login_openneeds to be set to on.
None
True if registrarion is open, False if not.
isRegisterOpen();Manuals
- manual:Download-and-install-USOC
- manual:How to install USOC manually
- manual:plugins
- manual:Set-up-oAuth-with-google
Github Manuals
Reference Index