diff options
author | James Atkinson <thefinn@users.sourceforge.net> | 2003-01-30 20:06:17 +0000 |
---|---|---|
committer | James Atkinson <thefinn@users.sourceforge.net> | 2003-01-30 20:06:17 +0000 |
commit | b1d7522d06f8b8d583629db3922159f7552d66f0 (patch) | |
tree | 70bcd58c40de8543d5e3946dddd5cb985e65f558 /phpBB/install/schemas/mysql_basic.sql | |
parent | 3730697f18f627819448fc54e024cdc0466246f5 (diff) | |
download | forums-b1d7522d06f8b8d583629db3922159f7552d66f0.tar forums-b1d7522d06f8b8d583629db3922159f7552d66f0.tar.gz forums-b1d7522d06f8b8d583629db3922159f7552d66f0.tar.bz2 forums-b1d7522d06f8b8d583629db3922159f7552d66f0.tar.xz forums-b1d7522d06f8b8d583629db3922159f7552d66f0.zip |
Minor changes, added visual confirmation stuff to mysql_basic and changed
user_avatar_type to null since avatars arn't used in registartion.
git-svn-id: file:///svn/phpbb/trunk@3433 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/schemas/mysql_basic.sql')
-rw-r--r-- | phpBB/install/schemas/mysql_basic.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/install/schemas/mysql_basic.sql b/phpBB/install/schemas/mysql_basic.sql index b58789e8b5..327bb1c54f 100644 --- a/phpBB/install/schemas/mysql_basic.sql +++ b/phpBB/install/schemas/mysql_basic.sql @@ -74,6 +74,7 @@ INSERT INTO phpbb_config (config_name, config_value) VALUES ('avatar_max_height' INSERT INTO phpbb_config (config_name, config_value) VALUES ('coppa_enable','1'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('coppa_fax', ''); INSERT INTO phpbb_config (config_name, config_value) VALUES ('coppa_mail', ''); +INSERT INTO phpbb_config (config_name, config_value) VALUES ('enable_confirm', '0'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('auth_method','db'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('ldap_server', ''); INSERT INTO phpbb_config (config_name, config_value) VALUES ('ldap_base_dn', ''); |