partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 0b3568a723779789e6a96d32bb24e387cb2a8821
parent 29888c70a624ee6394a5e7dfea283a622456deba
Author: Felicitus <felicitus@felicitus.org>
Date:   Mon, 12 Oct 2015 14:32:24 +0200

Added the authentication provider as dist

Diffstat:
Mapp/config/parameters.php.dist | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/app/config/parameters.php.dist b/app/config/parameters.php.dist @@ -15,6 +15,8 @@ $container->setParameter('mailer_user', null); $container->setParameter('mailer_password', null); $container->setParameter('mailer_auth_mode', null); +$container->setParameter('authentication_provider', 'PartKeepr.Auth.WSSEAuthenticationProvider'); + $container->setParameter('locale', 'en'); $container->setParameter('secret', 'COAAFJGGLPHPDGGNCNILHFGECFMMACKC');