]> git.mxchange.org Git - friendica.git/commit
Add two-factor authentication settings
authorHypolite Petovan <hypolite@mrpetovan.com>
Mon, 13 May 2019 05:38:15 +0000 (01:38 -0400)
committerHypolite Petovan <hypolite@mrpetovan.com>
Mon, 13 May 2019 05:52:01 +0000 (01:52 -0400)
commit8e885f5b971320c1f86075f86ce085cf39c4bd13
tree6f519a05021b3d3332d9b4f35679b29087abf1b6
parentd7e9b91181733ec8f84231fb9e05a890e8f60291
Add two-factor authentication settings

- Add settings aside menu entry
- Add two-factor authentication documentation
doc/Two-Factor-Authentication.md [new file with mode: 0644]
mod/settings.php
src/App/Router.php
src/Module/BaseSettingsModule.php [new file with mode: 0644]
src/Module/Settings/TwoFactor/Index.php [new file with mode: 0644]
src/Module/Settings/TwoFactor/Recovery.php [new file with mode: 0644]
src/Module/Settings/TwoFactor/Verify.php [new file with mode: 0644]
view/templates/settings/twofactor/index.tpl [new file with mode: 0644]
view/templates/settings/twofactor/recovery.tpl [new file with mode: 0644]
view/templates/settings/twofactor/verify.tpl [new file with mode: 0644]