Wmdlogincheck - Version 1.0.4

Version Notes

Bug fixed: resetpassword action is working now

Installation Instructions:
http://wmdextensions.com/customer-service/
Extension Readme:
http://wmdextensions.com/wmdlogincheck-readme/

Download this release

Release Info

Developer Dominik Wyss
Extension Wmdlogincheck
Version 1.0.4
Comparing to
See all releases


Code changes from version 1.0.3 to 1.0.4

app/code/community/Wmd/Wmdlogincheck/Helper/Observer.php CHANGED
@@ -43,12 +43,12 @@ class Wmd_Wmdlogincheck_Helper_Observer extends Mage_Core_Helper_Abstract
43
  $allowedActionNames = Mage::getStoreConfig('wmdlogincheck/actions/allowed');
44
 
45
  // make sure the account login page remains accessible
46
- $allowedActionNames .= ',\'customer_account_login\',\'customer_account_confirm\'';
47
 
48
  if (0 == Mage::getStoreConfig('wmdlogincheck/contacts/protect'))
49
  {
50
- $allowedPathInfos .= ',contacts,contacts/index/';
51
- $allowedActionNames .= ',\'contacts_index_post\',\'contacts_index\'';
52
  }
53
 
54
  // call event from observer
43
  $allowedActionNames = Mage::getStoreConfig('wmdlogincheck/actions/allowed');
44
 
45
  // make sure the account login page remains accessible
46
+ $allowedActionNames .= ',\'customer_account_login\',\'customer_account_confirm\',\'customer_account_resetpassword\'';
47
 
48
  if (0 == Mage::getStoreConfig('wmdlogincheck/contacts/protect'))
49
  {
50
+ $allowedPathInfos .= ',contacts';
51
+ $allowedActionNames .= ',\'contacts_index_post\',\'contacts_index_index\'';
52
  }
53
 
54
  // call event from observer
app/code/community/Wmd/Wmdlogincheck/etc/config.xml CHANGED
@@ -18,7 +18,7 @@
18
  <config>
19
  <modules>
20
  <Wmd_Wmdlogincheck>
21
- <version>1.0.3</version>
22
  </Wmd_Wmdlogincheck>
23
  </modules>
24
  <frontend>
18
  <config>
19
  <modules>
20
  <Wmd_Wmdlogincheck>
21
+ <version>1.0.4</version>
22
  </Wmd_Wmdlogincheck>
23
  </modules>
24
  <frontend>
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Wmdlogincheck</name>
4
- <version>1.0.3</version>
5
  <stability>stable</stability>
6
  <license uri="http://eklatant.ch/WMD-License-Community.txt">EULA</license>
7
  <channel>community</channel>
@@ -16,15 +16,17 @@
16
  - Control the customer account actions that can be taken by users.&#xD;
17
  &#xD;
18
  </description>
19
- <notes>Installation Instructions: &#xD;
 
 
20
  http://wmdextensions.com/customer-service/ &#xD;
21
  Extension Readme: &#xD;
22
  http://wmdextensions.com/wmdlogincheck-readme/ &#xD;
23
  </notes>
24
  <authors><author><name>Dominik Wyss</name><user>justanother</user><email>info@digiswiss.ch</email></author></authors>
25
- <date>2012-05-30</date>
26
- <time>12:46:42</time>
27
- <contents><target name="magecommunity"><dir name="Wmd"><dir name="Wmdlogincheck"><dir name="Helper"><file name="Data.php" hash="a1568cdc2e1fd0af8ef0abd250bfc946"/><file name="Observer.php" hash="fe15171a0f6476cbb28cff66bca68f4f"/></dir><dir name="Model"><dir name="System"><dir name="Config"><dir name="Backend"><dir name="Wmdlogincheck"><dir name="Pages"><file name="Allowed.php" hash="932395ced40e4e931e925a1f32bf0c51"/></dir></dir></dir><dir name="Source"><dir name="Customer"><dir name="Logincheck"><file name="Actions.php" hash="1ed14d757b15812d43205f4667c432a3"/></dir></dir></dir></dir></dir></dir><dir name="etc"><file name="config.xml" hash="2e2709f6a79052d9de7bdc3752333160"/><file name="system.xml" hash="ef36e95f16fc75cd4ce26889ffb6d775"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Wmd_Wmdlogincheck.xml" hash="c1914255456abe4874374b07425a8532"/></dir></target><target name="magelocale"><dir name="en_US"><file name="Wmd_Wmdlogincheck.csv" hash="b475aab2ecbdb0bf25964274faef5148"/></dir><dir name="de_DE"><file name="Wmd_Wmdlogincheck.csv" hash="b3b75a40fe9903b1585fb6930fd1d05d"/></dir><dir name="de_CH"><file name="Wmd_Wmdlogincheck.csv" hash="b3b75a40fe9903b1585fb6930fd1d05d"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="template"><dir name="customer"><dir name="form"><file name="login.phtml" hash="78ee7289350c77241a3916a40281fd8b"/></dir></dir><dir name="persistent"><dir name="customer"><dir name="form"><file name="login.phtml" hash="990bf665b00a93baea74017390444893"/></dir></dir></dir></dir></dir></dir></dir></target></contents>
28
  <compatible/>
29
  <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
30
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Wmdlogincheck</name>
4
+ <version>1.0.4</version>
5
  <stability>stable</stability>
6
  <license uri="http://eklatant.ch/WMD-License-Community.txt">EULA</license>
7
  <channel>community</channel>
16
  - Control the customer account actions that can be taken by users.&#xD;
17
  &#xD;
18
  </description>
19
+ <notes>Bug fixed: resetpassword action is working now&#xD;
20
+ &#xD;
21
+ Installation Instructions: &#xD;
22
  http://wmdextensions.com/customer-service/ &#xD;
23
  Extension Readme: &#xD;
24
  http://wmdextensions.com/wmdlogincheck-readme/ &#xD;
25
  </notes>
26
  <authors><author><name>Dominik Wyss</name><user>justanother</user><email>info@digiswiss.ch</email></author></authors>
27
+ <date>2012-08-13</date>
28
+ <time>14:51:17</time>
29
+ <contents><target name="magecommunity"><dir name="Wmd"><dir name="Wmdlogincheck"><dir name="Helper"><file name="Data.php" hash="a1568cdc2e1fd0af8ef0abd250bfc946"/><file name="Observer.php" hash="aac757c70f1066eb2e0103e34bc64831"/></dir><dir name="Model"><dir name="System"><dir name="Config"><dir name="Backend"><dir name="Wmdlogincheck"><dir name="Pages"><file name="Allowed.php" hash="932395ced40e4e931e925a1f32bf0c51"/></dir></dir></dir><dir name="Source"><dir name="Customer"><dir name="Logincheck"><file name="Actions.php" hash="1ed14d757b15812d43205f4667c432a3"/></dir></dir></dir></dir></dir></dir><dir name="etc"><file name="config.xml" hash="f3dd1772269d0f713fa4b1daeb9d816c"/><file name="system.xml" hash="ef36e95f16fc75cd4ce26889ffb6d775"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Wmd_Wmdlogincheck.xml" hash="c1914255456abe4874374b07425a8532"/></dir></target><target name="magelocale"><dir name="en_US"><file name="Wmd_Wmdlogincheck.csv" hash="b475aab2ecbdb0bf25964274faef5148"/></dir><dir name="de_DE"><file name="Wmd_Wmdlogincheck.csv" hash="b3b75a40fe9903b1585fb6930fd1d05d"/></dir><dir name="de_CH"><file name="Wmd_Wmdlogincheck.csv" hash="b3b75a40fe9903b1585fb6930fd1d05d"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="template"><dir name="customer"><dir name="form"><file name="login.phtml" hash="78ee7289350c77241a3916a40281fd8b"/></dir></dir><dir name="persistent"><dir name="customer"><dir name="form"><file name="login.phtml" hash="990bf665b00a93baea74017390444893"/></dir></dir></dir></dir></dir></dir></dir></target></contents>
30
  <compatible/>
31
  <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
32
  </package>