Add facebook auth to the config file.

This commit is contained in:
Colin Kuskie 2011-12-07 08:25:09 -08:00
parent 13776f9934
commit dacba5f607

View file

@ -0,0 +1,4 @@
use WebGUI::Upgrade::Script;
start_step "Add Facebook auto to the config file";
config->addToArray('authMethods', 'Facebook');
done;