mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-10 18:53:01 +02:00
- feature 599: option to forbid user registration
- 1 language cleanup - added page_forbidden function (sends 403) git-svn-id: http://piwigo.org/svn/trunk@1652 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -52,7 +52,8 @@ $general_checkboxes = array(
|
||||
'history_admin',
|
||||
'history_guest',
|
||||
'login_history',
|
||||
'email_admin_on_new_user'
|
||||
'email_admin_on_new_user',
|
||||
'allow_user_registration',
|
||||
);
|
||||
|
||||
$comments_checkboxes = array(
|
||||
|
||||
Reference in New Issue
Block a user