Add facebook auth to the config file.
This commit is contained in:
parent
13776f9934
commit
dacba5f607
1 changed files with 4 additions and 0 deletions
4
share/upgrades/7.10.23-8.0.0/facebook_auth.pl
Normal file
4
share/upgrades/7.10.23-8.0.0/facebook_auth.pl
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
use WebGUI::Upgrade::Script;
|
||||
start_step "Add Facebook auto to the config file";
|
||||
config->addToArray('authMethods', 'Facebook');
|
||||
done;
|
||||
Loading…
Add table
Add a link
Reference in a new issue