{% extends 'wizard/slides/common/base.twig' %} {% block slide_body %} {{ icwp_macros.slideTitle( 'Setup Email-Based Authentication' ) }}

Email-based authentication involves you receiving an email to the address attached to your WordPress user account. This email will contain a 6-digit code which you'll need to put into the login confirmation page.

The tricky thing with email is that WordPress sites are terrible for sending emails, as most domains and webhosting aren't configured properly for sending email reliably.

This means if you set this up and you don't get the email, you'll be locked out. So, before enabling email-based authentication, we'll send you a test email first and ask you to verify that you got it.

Email Sending Confirmation

Click the button below to confirm your email address, to which we'll send a confirmation email.

{{ icwp_macros.formInput_Email( 'email', data.user_email, 'Your Email', data.user_email ) }} {{ icwp_macros.formInput_Hidden( 'wizard-step', 'authemail' ) }} {{ icwp_macros.formInput_Submit( 'Send Code', 'EmailSendCode' ) }}
{% endblock %}