Skip to content

added youtube video on MFA setup #760

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 24, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/member/mfa.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@

# Multi-Factor Authentication

Check out our video tutorial on setting up Multi-factor Authentication!
<div class="video-wrapper">
<iframe src="https://www.youtube.com/embed/_QwB1ePxHfQ" title="Multi-factor authentication (MFA) in ExpressionEngine" width="1920" height="1080" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>

</div>


Multi-factor authentication adds an extra level of protection to the Control Panel by relying on one-time password generated by Multi-factor authentication applications like Google Authenticator, Microsoft Authenticator or Authy.

## Enabling MFA
Expand Down