mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Add user acl options for changing to own username colouration or group colouration
git-svn-id: file:///svn/phpbb/trunk@3425 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
1ec02ec3f3
commit
c13fd394c8
1 changed files with 2 additions and 0 deletions
|
@ -170,6 +170,8 @@ 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_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_avatar', 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_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);
|
||||||
|
|
||||||
|
|
||||||
# -- phpbb_styles
|
# -- phpbb_styles
|
||||||
|
|
Loading…
Add table
Reference in a new issue