]> git.immae.eu Git - github/wallabag/wallabag.git/commit
Added a button to disable 2FA when enabled
authorNicolas Lœuillet <nicolas@loeuillet.org>
Mon, 13 Apr 2020 14:59:02 +0000 (16:59 +0200)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Mon, 13 Apr 2020 15:00:53 +0000 (17:00 +0200)
commit4ff1efa41883f80bb1764ea97dd9dd46b557a979
tree2f4aa44aeb632793c2567cb5a83221e60359d575
parent365b3dd21f7c4f3e7f2b6f1502f284a6190dd918
Added a button to disable 2FA when enabled
20 files changed:
src/Wallabag/CoreBundle/Controller/ConfigController.php
src/Wallabag/CoreBundle/Resources/translations/messages.da.yml
src/Wallabag/CoreBundle/Resources/translations/messages.de.yml
src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
src/Wallabag/CoreBundle/Resources/translations/messages.es.yml
src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml
src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml
src/Wallabag/CoreBundle/Resources/translations/messages.it.yml
src/Wallabag/CoreBundle/Resources/translations/messages.ja.yml
src/Wallabag/CoreBundle/Resources/translations/messages.oc.yml
src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml
src/Wallabag/CoreBundle/Resources/translations/messages.pt.yml
src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml
src/Wallabag/CoreBundle/Resources/translations/messages.ru.yml
src/Wallabag/CoreBundle/Resources/translations/messages.th.yml
src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml
src/Wallabag/CoreBundle/Resources/translations/messages.zh.yml
src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig
tests/Wallabag/CoreBundle/Controller/ConfigControllerTest.php