Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add SQLite & PG migration | Jeremy Benoist | 2019-01-23 | 1 | -5/+41 |
| | | | | | Also remove the forced `server_version` from dbal config to avoid an hard overriding across all database. | ||||
* | Add backup codes | Jeremy Benoist | 2019-01-23 | 1 | -2/+20 |
| | |||||
* | Enable OTP 2FA | Jeremy Benoist | 2019-01-23 | 1 | -0/+22 |
- Update SchebTwoFactorBundle to version 3 - Enable Google 2fa on the bundle - Disallow ability to use both email and google as 2fa - Update Ocramius Proxy Manager to handle typed function & attributes (from PHP 7) - use `$this->addFlash` shortcut instead of `$this->get('session')->getFlashBag()->add` - update admin to be able to create/reset the 2fa |