aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/install/schemas/mysql_basic.sql14
1 files changed, 9 insertions, 5 deletions
diff --git a/phpBB/install/schemas/mysql_basic.sql b/phpBB/install/schemas/mysql_basic.sql
index 3c730567f1..92fe433e8a 100644
--- a/phpBB/install/schemas/mysql_basic.sql
+++ b/phpBB/install/schemas/mysql_basic.sql
@@ -168,12 +168,16 @@ INSERT INTO phpbb_auth_options (auth_value, is_global) VALUES ('a_events', 1);
INSERT INTO phpbb_auth_options (auth_value, is_global) VALUES ('a_cron', 1);
INSERT INTO phpbb_auth_options (auth_value, is_global) VALUES ('u_', 1);
-INSERT INTO phpbb_auth_options (auth_value, is_global) VALUES ('u_email', 1);
-INSERT INTO phpbb_auth_options (auth_value, is_global) VALUES ('u_pm', 1);
-INSERT INTO phpbb_auth_options (auth_value, is_global) VALUES ('u_avatar', 1);
+INSERT INTO phpbb_auth_options (auth_value, is_global) VALUES ('u_sendemail', 1);
+INSERT INTO phpbb_auth_options (auth_value, is_global) VALUES ('u_readpm', 1);
+INSERT INTO phpbb_auth_options (auth_value, is_global) VALUES ('u_sendpm', 1);
INSERT INTO phpbb_auth_options (auth_value, is_global) VALUES ('u_viewonline', 1);
-INSERT INTO phpbb_auth_options (auth_value, is_global) VALUES ('u_owncolor', 1);
-INSERT INTO phpbb_auth_options (auth_value, is_global) VALUES ('u_grpcolor', 1);
+INSERT INTO phpbb_auth_options (auth_value, is_global) VALUES ('u_viewprofile', 1);
+INSERT INTO phpbb_auth_options (auth_value, is_global) VALUES ('u_chgavatar', 1);
+INSERT INTO phpbb_auth_options (auth_value, is_global) VALUES ('u_chgcolor', 1);
+INSERT INTO phpbb_auth_options (auth_value, is_global) VALUES ('u_chgemail', 1);
+INSERT INTO phpbb_auth_options (auth_value, is_global) VALUES ('u_chgname', 1);
+INSERT INTO phpbb_auth_options (auth_value, is_global) VALUES ('u_chgpasswd', 1);
# -- phpbb_styles