mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-11 17:51:02 +00:00
2factor authentication via email
This commit is contained in:
parent
cf0ea8f113
commit
2db616b586
11 changed files with 394 additions and 111 deletions
|
@ -28,6 +28,7 @@ class AppKernel extends Kernel
|
|||
new Lexik\Bundle\FormFilterBundle\LexikFormFilterBundle(),
|
||||
new FOS\OAuthServerBundle\FOSOAuthServerBundle(),
|
||||
new Wallabag\UserBundle\WallabagUserBundle(),
|
||||
new Scheb\TwoFactorBundle\SchebTwoFactorBundle(),
|
||||
);
|
||||
|
||||
if (in_array($this->getEnvironment(), array('dev', 'test'))) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue