Strategery_Deny - Version 0.1.1

Version Notes

Master user and password for frontend.

Download this release

Release Info

Developer Magento Core Team
Extension Strategery_Deny
Version 0.1.1
Comparing to
See all releases


Code changes from version 0.1.0 to 0.1.1

app/code/community/Strategery/Deny/etc/config.xml CHANGED
@@ -12,7 +12,7 @@
12
  <config>
13
  <modules>
14
  <Strategery_Deny>
15
- <version>0.1.0</version>
16
  </Strategery_Deny>
17
  </modules>
18
  <global>
12
  <config>
13
  <modules>
14
  <Strategery_Deny>
15
+ <version>0.1.1</version>
16
  </Strategery_Deny>
17
  </modules>
18
  <global>
package.xml CHANGED
@@ -1,17 +1,20 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Strategery_Deny</name>
4
- <version>0.1.0</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/afl-3.0.php">Academic Free License (AFL 3.0)</license>
7
  <channel>community</channel>
8
  <extends/>
9
- <summary>Strategery - Deny allow administrators to setup a master user and password for the entire frontend.</summary>
10
- <description>&lt;h1&gt;Strategery - Deny&lt;/h1&gt;&#xD;
11
- &lt;h2&gt;Features&lt;/h2&gt;&#xD;
12
  &lt;p&gt;Allow administrators to setup a master user and password for the entire frontend.&lt;/p&gt;&#xD;
13
  &lt;h3&gt;How this works?&lt;/h3&gt;&#xD;
14
- &lt;p&gt;Pretty easy it validates the user / password with the one configured in the system configuration and set a session to let the user navigate the frontend.&lt;/p&gt;&#xD;
 
 
 
 
15
  &lt;h2&gt;How to use it in simple steps:&lt;/h2&gt;&#xD;
16
  &lt;ul&gt;&#xD;
17
  &lt;li&gt;Go to System / Configuration / Strategery Extensions / Deny&lt;/li&gt;&#xD;
@@ -20,14 +23,14 @@
20
  &lt;li&gt;Enjoy!&lt;/li&gt;&#xD;
21
  &lt;/ul&gt;&#xD;
22
  &lt;h2&gt;Supported versions&lt;/h2&gt;&#xD;
23
- &lt;p&gt;Magento 1.7.x to 1.9.x.&lt;/p&gt;&#xD;
24
  &lt;h2&gt;Support&lt;/h2&gt;&#xD;
25
  &lt;p&gt;For support, contact us at &lt;a href="mailto:contact@usestrategery.com"&gt;contact@usestrategery.com&lt;/a&gt;&lt;/p&gt;</description>
26
  <notes>Master user and password for frontend.</notes>
27
  <authors><author><name>Strategery</name><user>auto-converted</user><email>contact@usestrategery.com</email></author><author><name>Damian A. Pastorini</name><user>auto-converted</user><email>damian.pastorini@dwdeveloper.com</email></author></authors>
28
- <date>2015-05-12</date>
29
- <time>14:18:40</time>
30
- <contents><target name="mageetc"><dir name="modules"><file name="Strategery_Deny.xml" hash="ba4aec129a8111e1ceb5a15c71379e23"/></dir></target><target name="magecommunity"><dir name="Strategery"><dir name="Deny"><dir name="Helper"><file name="Data.php" hash="b1f84b1e5eb6022fe09671b00c8cb266"/></dir><dir name="Model"><file name="Observer.php" hash="6d7c9db1d67f52fe1688417847f58bda"/></dir><dir name="controllers"><file name="LoginController.php" hash="3fde0e4c1f45a5e9cf4930d9ef8ea912"/></dir><dir name="etc"><file name="adminhtml.xml" hash="8861012f90a0277ea75f5617edad7eba"/><file name="config.xml" hash="f1bfa1819a8e1c72afc591b2062ec72e"/><file name="system.xml" hash="f9898eccdebfa627a0dbc83c763e780b"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="strategery_deny.xml" hash="8498fc3d89028e919067ed00fb29ba44"/></dir><dir name="template"><dir name="strategery"><dir name="deny"><file name="login.phtml" hash="13b588d4d18e5cf420c26ed735d6c7d3"/></dir></dir></dir></dir></dir></dir></target></contents>
31
  <compatible/>
32
  <dependencies/>
33
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Strategery_Deny</name>
4
+ <version>0.1.1</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/afl-3.0.php">Academic Free License (AFL 3.0)</license>
7
  <channel>community</channel>
8
  <extends/>
9
+ <summary>Allow administrators to setup a master user and password for the entire frontend.</summary>
10
+ <description>&lt;h2&gt;Features&lt;/h2&gt;&#xD;
 
11
  &lt;p&gt;Allow administrators to setup a master user and password for the entire frontend.&lt;/p&gt;&#xD;
12
  &lt;h3&gt;How this works?&lt;/h3&gt;&#xD;
13
+ &lt;p&gt;First you need to specify an user and password in the extension system configuration. After you enable the extension all the frontend URL's will be blocked by a login form.&lt;/p&gt;&#xD;
14
+ &lt;p&gt;The form will validate the user / password and the it will create a session to allow the user to navigate the frontend.&lt;/p&gt;&#xD;
15
+ &lt;h3&gt;How this extension will help me?&lt;/h3&gt;&#xD;
16
+ &lt;p&gt;Let's say for example that your store is been developed and you don't want that real customers or your competition see the store until it's finished.&lt;/p&gt;&#xD;
17
+ &lt;p&gt;With this extension you will be able to block the frontend for everyone that doesn't have the master user and password.&lt;/p&gt;&#xD;
18
  &lt;h2&gt;How to use it in simple steps:&lt;/h2&gt;&#xD;
19
  &lt;ul&gt;&#xD;
20
  &lt;li&gt;Go to System / Configuration / Strategery Extensions / Deny&lt;/li&gt;&#xD;
23
  &lt;li&gt;Enjoy!&lt;/li&gt;&#xD;
24
  &lt;/ul&gt;&#xD;
25
  &lt;h2&gt;Supported versions&lt;/h2&gt;&#xD;
26
+ &lt;p&gt;Magento 1.7 to 1.9.x.&lt;/p&gt;&#xD;
27
  &lt;h2&gt;Support&lt;/h2&gt;&#xD;
28
  &lt;p&gt;For support, contact us at &lt;a href="mailto:contact@usestrategery.com"&gt;contact@usestrategery.com&lt;/a&gt;&lt;/p&gt;</description>
29
  <notes>Master user and password for frontend.</notes>
30
  <authors><author><name>Strategery</name><user>auto-converted</user><email>contact@usestrategery.com</email></author><author><name>Damian A. Pastorini</name><user>auto-converted</user><email>damian.pastorini@dwdeveloper.com</email></author></authors>
31
+ <date>2015-05-20</date>
32
+ <time>20:59:27</time>
33
+ <contents><target name="mageetc"><dir name="modules"><file name="Strategery_Deny.xml" hash="ba4aec129a8111e1ceb5a15c71379e23"/></dir></target><target name="magecommunity"><dir name="Strategery"><dir name="Deny"><dir name="Helper"><file name="Data.php" hash="b1f84b1e5eb6022fe09671b00c8cb266"/></dir><dir name="Model"><file name="Observer.php" hash="6d7c9db1d67f52fe1688417847f58bda"/></dir><dir name="controllers"><file name="LoginController.php" hash="3fde0e4c1f45a5e9cf4930d9ef8ea912"/></dir><dir name="etc"><file name="adminhtml.xml" hash="8861012f90a0277ea75f5617edad7eba"/><file name="config.xml" hash="4920ce99337a96e66e470807d1b98fe2"/><file name="system.xml" hash="f9898eccdebfa627a0dbc83c763e780b"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="strategery_deny.xml" hash="8498fc3d89028e919067ed00fb29ba44"/></dir><dir name="template"><dir name="strategery"><dir name="deny"><file name="login.phtml" hash="13b588d4d18e5cf420c26ed735d6c7d3"/></dir></dir></dir></dir></dir></dir></target></contents>
34
  <compatible/>
35
  <dependencies/>
36
  </package>