1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/flarum_ynh.git synced 2024-09-03 18:36:24 +02:00

Do not hide standard login method by default

This commit is contained in:
tituspijean 2021-06-06 11:14:18 +02:00
parent 68b19eb949
commit 5b031ccb79

View file

@ -6,7 +6,7 @@ INSERT INTO `settings` (`key`, `value`) VALUES
('tituspijean-auth-ldap.follow_referrals', '0'),
('tituspijean-auth-ldap.hosts', 'localhost'),
('tituspijean-auth-ldap.method_name', 'YunoHost'),
('tituspijean-auth-ldap.onlyUse', '1'),
('tituspijean-auth-ldap.onlyUse', '0'),
('tituspijean-auth-ldap.port', '389'),
('tituspijean-auth-ldap.search_user_fields', 'uid,mail'),
('tituspijean-auth-ldap.use_ssl', ''),