Version Notes
== 1.0.1 ==
Bug Fixes
Download this release
Release Info
Developer | miniOrange inc. |
Extension | miniOrange_2factor |
Version | 1.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.0 to 1.0.1
app/code/community/MiniOrange/2factor/Helper/mo2fUtility.php
CHANGED
@@ -25,7 +25,7 @@ class MiniOrange_2factor_Helper_mo2fUtility extends Mage_Core_Helper_Abstract{
|
|
25 |
|
26 |
public $email;
|
27 |
public $phone;
|
28 |
-
public $hostname = "https://
|
29 |
|
30 |
|
31 |
function getHostURl(){
|
25 |
|
26 |
public $email;
|
27 |
public $phone;
|
28 |
+
public $hostname = "https://auth.miniorange.com";
|
29 |
|
30 |
|
31 |
function getHostURl(){
|
app/code/community/MiniOrange/2factor/etc/config.xml
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
<!-- This must exactly match the namespace and module's folder names, with directory separators replaced by underscores -->
|
10 |
<MiniOrange_2factor>
|
11 |
<!-- The version of our module, starting at 0.0.1 -->
|
12 |
-
<version>0.0.
|
13 |
</MiniOrange_2factor>
|
14 |
</modules>
|
15 |
|
9 |
<!-- This must exactly match the namespace and module's folder names, with directory separators replaced by underscores -->
|
10 |
<MiniOrange_2factor>
|
11 |
<!-- The version of our module, starting at 0.0.1 -->
|
12 |
+
<version>0.0.2</version>
|
13 |
</MiniOrange_2factor>
|
14 |
</modules>
|
15 |
|
package.xml
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>miniOrange_2factor</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.gnu.org/licenses/gpl-2.0.html">GNU General Public License (GPL)</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Enable Two Factor Authentication (2FA)- Supports QR code, Soft token, otp over sms).</summary>
|
10 |
-
<description>A highly secure & easy to setup Two-Factor Authentication for your Magento site. miniOrange Two Factor authentication combines something you know, or something you have (smartphone) to reliably confirm your identity. 
|
11 |

|
12 |
Rather than relying on a password alone, which can be phished or guessed, miniOrange Two Factor authentication adds a second layer of security to your Magento accounts.
|
13 |

|
@@ -22,7 +22,7 @@ Currently the extension supports:
|
|
22 |
Feature phone, landline and two factor for frontend are also supported. You need to contact info@miniorange.com to enable it. 
|
23 |
Trusted Device, Location, Time of access and user behavior is also supported. You need to enable this by contacting info@miniorange.com
|
24 |

|
25 |
-
miniOrange supports 15+ authentication methods. For a complete list of authentication methods please visit http://miniorange.com/strong_auth . If you want to have any other 2-factor for your Magento site, <a href="http://miniorange.com/contact"
|
26 |

|
27 |
* One time passcodes (OTP) over SMS
|
28 |
* OTP over Email
|
@@ -44,12 +44,12 @@ miniOrange supports 15+ authentication methods. For a complete list of authentic
|
|
44 |
You can choose from any of the above authentication methods to augment your password based authentication. miniOrange authentication service works with all phone types, from landlines to smart-phone platforms.
|
45 |

|
46 |
For support please email us at info@miniorange.com or call us at +1 978 658 9387</description>
|
47 |
-
<notes
|
48 |
-
|
49 |
<authors><author><name>miniOrange inc.</name><user>miniOrange</user><email>info@miniorange.com</email></author></authors>
|
50 |
<date>2015-08-20</date>
|
51 |
-
<time>
|
52 |
-
<contents><target name="magecommunity"><dir name="MiniOrange"><dir name="2factor"><dir name="Block"><file name="mo2fConfig.php" hash="6f5486001145809e212edb86dae5c069"/></dir><dir name="Controllers"><dir name="Adminhtml"><file name="IndexController.php" hash="ad19420a46e349cb13066e0a9dbc804c"/><dir name="Login"><file name="miniOrangeController.php" hash="78d1f305733dc764a87229ea4646a479"/></dir></dir><file name="IndexController.php" hash="10c33497b9bd95b36736d17836ba4c32"/></dir><dir name="Helper"><file name="Data.php" hash="34cbc1036639606723524e411926e15c"/><file name="mo2fUtility.php" hash="
|
53 |
<compatible/>
|
54 |
<dependencies><required><php><min>5.3.10</min><max>5.6.11</max></php><extension><name>curl</name><min>7.40.0</min><max>7.44.0</max></extension></required></dependencies>
|
55 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>miniOrange_2factor</name>
|
4 |
+
<version>1.0.1</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.gnu.org/licenses/gpl-2.0.html">GNU General Public License (GPL)</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Enable Two Factor Authentication (2FA)- Supports QR code, Soft token, otp over sms).</summary>
|
10 |
+
<description>A highly secure &amp; easy to setup Two-Factor Authentication for your Magento site. miniOrange Two Factor authentication combines something you know, or something you have (smartphone) to reliably confirm your identity. 
|
11 |

|
12 |
Rather than relying on a password alone, which can be phished or guessed, miniOrange Two Factor authentication adds a second layer of security to your Magento accounts.
|
13 |

|
22 |
Feature phone, landline and two factor for frontend are also supported. You need to contact info@miniorange.com to enable it. 
|
23 |
Trusted Device, Location, Time of access and user behavior is also supported. You need to enable this by contacting info@miniorange.com
|
24 |

|
25 |
+
miniOrange supports 15+ authentication methods. For a complete list of authentication methods please visit http://miniorange.com/strong_auth . If you want to have any other 2-factor for your Magento site, <a href="http://miniorange.com/contact">Contact us</a>.
|
26 |

|
27 |
* One time passcodes (OTP) over SMS
|
28 |
* OTP over Email
|
44 |
You can choose from any of the above authentication methods to augment your password based authentication. miniOrange authentication service works with all phone types, from landlines to smart-phone platforms.
|
45 |

|
46 |
For support please email us at info@miniorange.com or call us at +1 978 658 9387</description>
|
47 |
+
<notes>== 1.0.1 ==
|
48 |
+
Bug Fixes</notes>
|
49 |
<authors><author><name>miniOrange inc.</name><user>miniOrange</user><email>info@miniorange.com</email></author></authors>
|
50 |
<date>2015-08-20</date>
|
51 |
+
<time>09:19:48</time>
|
52 |
+
<contents><target name="magecommunity"><dir name="MiniOrange"><dir name="2factor"><dir name="Block"><file name="mo2fConfig.php" hash="6f5486001145809e212edb86dae5c069"/></dir><dir name="Controllers"><dir name="Adminhtml"><file name="IndexController.php" hash="ad19420a46e349cb13066e0a9dbc804c"/><dir name="Login"><file name="miniOrangeController.php" hash="78d1f305733dc764a87229ea4646a479"/></dir></dir><file name="IndexController.php" hash="10c33497b9bd95b36736d17836ba4c32"/></dir><dir name="Helper"><file name="Data.php" hash="34cbc1036639606723524e411926e15c"/><file name="mo2fUtility.php" hash="416fcc63f606d69665eca24d09c5b52c"/></dir><dir name="Model"><file name="Observer.php" hash="bff2b49fa55e170da17d32909d9e0238"/><file name="Words.php" hash="ee26cc8582d5bbad5632a6e02129f815"/></dir><dir name="etc"><file name="adminhtml.xml" hash="955f9f87d1a5df39eea9fd69379af0ee"/><file name="config.xml" hash="b9cefff138b6350a6a2fb1a45cad4d6e"/></dir><dir name="sql"><dir name="MiniOrange_2factor_setup"><file name="mysql4-install-0.0.1.php" hash="1a05fb90202ca98975ac396006178dec"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="miniorange_2factor_admin.xml" hash="49671205b07f54681d1f93fec9ee4d67"/></dir><dir name="template"><dir name="miniorange_2factor"><file name="login.phtml" hash="06b1788d232f30e62aadb273bda634f5"/><file name="mo2fConfig.phtml" hash="f5b79cb27b2ce203aed095f96f3deac7"/></dir></dir></dir></dir></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="images"><dir name="MiniOrange_2factor"><file name="appstore.png" hash="1ac5eb0f971fd8cbeac4d3e4449cd9f0"/><file name="arrow.png" hash="47bdba61de621d8ca74c16f6dd5b6565"/><file name="authenticate.png" hash="052bcae5504f3a9c61365ecf8ab0c4e7"/><file name="authvalidate.png" hash="a01eaf3a0002b3e7115813fd4e4efe1a"/><file name="cachesetting.png" hash="15942adf97c0d48abdf2c583c94eb4f5"/><file name="clickconfiguremobile.png" hash="3ee49ca9596e3ad507d66aca43466ea3"/><file name="clickconfiguremobile2.png" hash="fc0ff15007ea57e3ceef75235056dc88"/><file name="configurefirsttime.png" hash="c6982bcd3f70080d893e3da11d2a77d8"/><file name="configuremobile.png" hash="013d6599af7a31fb53a895d877ab1ffe"/><file name="forgot-phone.png" hash="64cfe82547e4db88d025346477025cfe"/><file name="forgotphone.png" hash="4272645ec478f1479fc3dc56df5dd89b"/><file name="loggedin.png" hash="70cc5cad9c475ef9420aa3d70bc43102"/><file name="login1.png" hash="c0dce259d0e2e84957ba77c6e2e78abb"/><file name="login2.png" hash="99e2c32c2fd5f9c9acf6a8002e1d44ac"/><file name="login3.png" hash="305c7bbdb97da888970b7225641757f0"/><file name="loginsettings.png" hash="811b9792a0e47f7e483d01a7ded0ccd0"/><file name="mail.png" hash="751f9588f2e2aac3ec47a6b0ebb2fa4d"/><file name="miniorange_logo.png" hash="b1cd21c2deeb5f199fb55de487bf950b"/><file name="mobileconfigurebutton.png" hash="747a6057cd50099e1cb3b5041320bd85"/><file name="mobilescan.png" hash="dec68c53b12944a45140d909af803fdd"/><file name="mobilesuccess.png" hash="d977fd41088cf0677f33e77de13da56c"/><file name="otp.png" hash="74dc1d7644af2013d256852d26bc920b"/><file name="phone-offline.png" hash="81b25f8125b13fd4d96c23a6fa84574e"/><file name="playStore.png" hash="fbca6f8b28d05c3bcd833965289a20c2"/><file name="processing.png" hash="56b1a14bd1558354250a7a232a4d16e7"/><file name="register.png" hash="37be41049f1d79215322a8cf908bf7b3"/><file name="right.png" hash="2321d72c95ee1fd5708199f56f213136"/><file name="savecache.png" hash="cf686304f47b080ec98930be8bb0f869"/><file name="scanqr.png" hash="dc4c1d070d9b336c790cd2d1d5315ee6"/><file name="sendingotp.png" hash="28c93249e717916d0f3c974b1cd2af7d"/><file name="settings.png" hash="a3e0382615d3f19f5a0dab4d4accbf2d"/><file name="softokenmobile.png" hash="624d589cdfa031df456e25a2ff034e63"/><file name="softtoken.png" hash="804bd9b0a3a600e6f349a6aa4ea00899"/><file name="sync.png" hash="8fffca24e6184fc3f9af8e20feac430b"/><file name="wrong.png" hash="6bd49538f79c4722610c5535f38213af"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="miniorange_2factor.xml" hash="609cb91239fb4a89f64ae28d4b5b5398"/></dir></target></contents>
|
53 |
<compatible/>
|
54 |
<dependencies><required><php><min>5.3.10</min><max>5.6.11</max></php><extension><name>curl</name><min>7.40.0</min><max>7.44.0</max></extension></required></dependencies>
|
55 |
</package>
|