forked from GNUsocial/gnu-social
default for login command is disabled
This commit is contained in:
parent
607e98ee11
commit
43ee2ec42f
@ -229,4 +229,6 @@ $default =
|
|||||||
array('namespace' => 1), // 1 = geonames, 2 = Yahoo Where on Earth
|
array('namespace' => 1), // 1 = geonames, 2 = Yahoo Where on Earth
|
||||||
'omb' =>
|
'omb' =>
|
||||||
array('timeout' => 5), // HTTP request timeout in seconds when contacting remote hosts for OMB updates
|
array('timeout' => 5), // HTTP request timeout in seconds when contacting remote hosts for OMB updates
|
||||||
|
'logincommand' =>
|
||||||
|
array('disabled' => true),
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user