Custom_Login_Redirection - Version 0.1.0

Version Notes

Custom Login Redirection allows admin to redirect customer to custom page after login.
Note: This module will not override any core files.

Download this release

Release Info

Developer Deepak mnakotia
Extension Custom_Login_Redirection
Version 0.1.0
Comparing to
See all releases


Version 0.1.0

app/etc/modules/Magegeeks_Redirectlogin.xml ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <!--
3
+ /**
4
+ * @package Magegeeks_Redirectlogin
5
+ * @author Deepak Mankotia
6
+ * @Email deepakmankotiacse@gmail.com
7
+ */
8
+
9
+ -->
10
+ <config>
11
+ <modules>
12
+ <Magegeeks_Redirectlogin>
13
+ <active>true</active>
14
+ <codePool>local</codePool>
15
+ <version>0.1.0</version>
16
+ </Magegeeks_Redirectlogin>
17
+ </modules>
18
+ </config>
19
+
20
+
package.xml ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <package>
3
+ <name>Custom_Login_Redirection</name>
4
+ <version>0.1.0</version>
5
+ <stability>stable</stability>
6
+ <license>Open Software License (OSL)</license>
7
+ <channel>community</channel>
8
+ <extends/>
9
+ <summary>Custom Login Redirection allows admin to redirect customer to custom page after login. </summary>
10
+ <description>Introduction:&#xD;
11
+ &#xD;
12
+ Custom Login Redirection allows store admin to redirect customer to custom page after login.&#xD;
13
+ &#xD;
14
+ Features:&#xD;
15
+ &#xD;
16
+ - Upgrade Proof Module.&#xD;
17
+ -No Core files are override&#xD;
18
+ - Easy to install &amp; configure.&#xD;
19
+ - Option to enable/disable&#xD;
20
+ - Option for custom redirection url.&#xD;
21
+ &#xD;
22
+ Installation/Configuration:&#xD;
23
+ &#xD;
24
+ - Disable the Cache&#xD;
25
+ - Just copy &amp; paste the app folder provided in the extension zip file.&#xD;
26
+ - If you are already logged in during installation then try to logout &amp; re-login.&#xD;
27
+ - Go to System &gt; Configuration &gt; Magegeeks Extensions &gt; Redirect Login Configuration &gt; Manage your settings here.</description>
28
+ <notes>Custom Login Redirection allows admin to redirect customer to custom page after login. &#xD;
29
+ Note: This module will not override any core files.</notes>
30
+ <authors><author><name>Deepak mnakotia</name><user>deepakmankotia</user><email>deepakmankotiacse@gmail.com</email></author></authors>
31
+ <date>2015-07-04</date>
32
+ <time>13:05:32</time>
33
+ <contents><target name="mageetc"><dir name="modules"><file name="Magegeeks_Redirectlogin.xml" hash="b32fc8840db962c0f2f76296e91372b2"/></dir></target><target name="magecore"><dir name="."><file name="Magegeeks" hash=""/></dir></target></contents>
34
+ <compatible/>
35
+ <dependencies><required><php><min>5.1.0</min><max>5.6.0</max></php></required></dependencies>
36
+ </package>