����JFIF��x�x����'
Server IP : 66.29.137.217 / Your IP : 18.188.48.106 Web Server : LiteSpeed System : Linux premium294.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : gltevjme ( 1095) PHP Version : 7.0.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/gltevjme/ideyshare.name.ng/themes/evolution/views/account/ajax/ |
Upload File : |
<form id="Enable2FAForm" action="{{ theme.getAccountWebRoot() }}/ajax/enable_2fa_process" autocomplete="off"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> <h4 class="modal-title">{{ t("settings_enable_2fa", "Enable 2FA") }}</h4> </div> <div class="modal-body"> <div class="row"> <div class="col-md-12"> <p>{{ t("settings_2fa_intro", "2FA can be used to further secure your account against unathorised access. Once enabled, you'll be prompted for a unique code to login your account, in addition to your username and password.") }}</p> </div> </div> <div class="row mt-20"> <div class="col-md-4"> <h4>{{ t("settings_enable_2fa_step1", "Step 1") }}</h4> <p>{{ t("settings_enable_2fa_step1_intro", "Download Google Authenticator to your mobile device:") }}</p> <div class="text-center wrapper-2fa"> <a href="https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2&hl=en_GB&gl=US" target="_blank"> <img src="{{ SITE_THEME_PATH }}/assets/images/2fa/android.png"/> </a> <a href="https://apps.apple.com/us/app/google-authenticator/id388497605" target="_blank"> <img src="{{ SITE_THEME_PATH }}/assets/images/2fa/ios.png"/> </a> </div> </div> <div class="col-md-4"> <h4>{{ t("settings_enable_2fa_step2", "Step 2") }}</h4> <p>{{ t("settings_enable_2fa_step2_intro", "Using your device camera, scan the QR code below on the Authenticator app:") }}</p> <div class="text-center"> <img src="{{ qrCodeImageUrl }}" alt="Scan this code using Google Authenticator on your device."/> </div> </div> <div class="col-md-4"> <h4>{{ t("settings_enable_2fa_step3", "Step 3") }}</h4> <p>{{ t("settings_enable_2fa_step3_intro", "Validate the 6 digit code generated by Google Authenticator:") }}</p> <div class="form-group mt-16"> <input id="confirmationCode" name="confirmationCode" class="form-control" maxlength="6"/> </div> </div> </div> </div> <div class="modal-footer"> <input type="hidden" name="submitme" id="submitme" value="1"/> <button type="button" class="btn btn-default" data-dismiss="modal">{{ t("cancel", "cancel")|title }}</button> <button id="Enable2FAFormSubmit" type="button" class="btn btn-info" onClick="processAjaxForm(this, function () { set2FAEnabled(); $('.modal').modal('hide'); }); return false;">{{ t("validate_code_and_enable", "Validate Code & Enable")|title }} <i class="entypo-check"></i></button> </div> </form>