EE 2FA (Two Factor Auth) beta
Developer
3rd Party (Free)
2 downloads (last 90 days)
EE Version Support
- ExpressionEngine 2
- ExpressionEngine 3
Compatibility
If an item is crossed out, it might be untested, not applicable or incompatible. Contact the developer to be sure.
- Updater
- Multi Site Manager
- Stand Alone Entry Form
- Low Variables
- Content Elements
- Better Workflow
- Matrix
- Grid
- Webservice
- Publisher
Requirements
- jQuery for the Control Panel
Add-On Type(s)
Extension
Tags
Add an extra layer of security. Most people only have one layer, their password, to protect their account. With 2-Step Verification, if a bad guy hacks through your password layer, he'll still need your phone or Security Key to get into your account.
Simple setup using a Authy (https://www.authy.com/) to keep your generated keys in a safe place with easy access.
———
to use you will need to update a core file for CP login and add the code below
system/expressionengine/views/account/login.php
<?php if (isset(ee()->session->ee2fa)): ?>
<dt>Code:</dt>
<dd>
<?=form_input(array('style' => 'width:90%', 'size' => '32', 'dir' => 'ltr', 'name' => "code", 'id' => "code", 'maxlength' => 40, 'autocomplete' => 'off'))?>
</dd>
<?php endif;?>
Download EE 2FA (Two Factor Auth) beta
EE Support | Downloads | Add-On Version | Release Date |
---|---|---|---|
3.0.0+ | Download | v3 beta | Mar 12, 2017 |
2.8.0+ | Download | v2 beta | Mar 3, 2016 |
Hooks Used
If the add-on is an extension, and ties into ExpressionEngine's core files, it will use ExpressionEngine hooks. We are listing any hooks the add-on uses for developers to have an easier time locating other add-ons that they can reference for their own work.
This entry was created March 4, 2016, 1:17 pm.
This entry was last updated March 12, 2017, 7:10 pm.
Disclaimer: Information about ExpressionEngine add-ons is provided as a service to you, the user, and every member of the ExpressionEngine community. devot:ee is not responsible if you hose, mangle, wreck, or otherwise destroy your EE website by installing an add-on that you found out about at this site, regardless of its rating, Favorites status, commercial or free status, or general popularity. Caveat EEmptor!
Returns: devot:ee has a 30-day return policy on all commercial add-ons sold through devot-ee.com. If you need to return an add-on, do not go to the developer or the developer's site, but rather visit our returns page at https://devot-ee.com/returns to initiate your return. If you have questions, email support@devot-ee.com.
There are no reviews for this add-on yet.
What are you waiting for? Rate it and review it!