]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - client/src/app/+my-account/my-account.module.ts
Allow admins to disable two factor auth
authorChocobozzz <me@florianbigard.com>
Fri, 7 Oct 2022 12:23:42 +0000 (14:23 +0200)
committerChocobozzz <me@florianbigard.com>
Fri, 7 Oct 2022 12:28:35 +0000 (14:28 +0200)
commit2166c058f34dff6f91566930d12448805d829de7
tree2b9100b8eccbac287d1105c765901f966a354986
parentd12b40fb96d56786a96c06a621f3d8e0a0d24f4a
Allow admins to disable two factor auth
17 files changed:
client/src/app/+admin/overview/users/user-edit/user-edit.component.html
client/src/app/+admin/overview/users/user-edit/user-edit.component.scss
client/src/app/+admin/overview/users/user-edit/user-edit.ts
client/src/app/+admin/overview/users/user-edit/user-update.component.ts
client/src/app/+my-account/my-account-settings/my-account-two-factor/index.ts
client/src/app/+my-account/my-account-settings/my-account-two-factor/my-account-two-factor-button.component.ts
client/src/app/+my-account/my-account-settings/my-account-two-factor/my-account-two-factor.component.ts
client/src/app/+my-account/my-account.module.ts
client/src/app/shared/shared-users/index.ts
client/src/app/shared/shared-users/shared-users.module.ts
client/src/app/shared/shared-users/two-factor.service.ts [moved from client/src/app/+my-account/my-account-settings/my-account-two-factor/two-factor.service.ts with 98% similarity]
server/controllers/api/users/two-factor.ts
server/helpers/peertube-crypto.ts
server/middlewares/validators/users.ts
server/tests/api/check-params/two-factor.ts
server/tests/api/users/two-factor.ts
shared/server-commands/users/two-factor-command.ts