Version Notes
Easy way to login without page reload. You can also choose forgot password option within the login form pop up. It is very fast and easy to understand.
Download this release
Release Info
Developer | GS Dhunna |
Extension | GSD_Easy_Ajax_Login |
Version | 1.0.1 |
Comparing to | |
See all releases |
Version 1.0.1
- package.xml +26 -0
package.xml
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<package>
|
3 |
+
<name>GSD_Easy_Ajax_Login</name>
|
4 |
+
<version>1.0.1</version>
|
5 |
+
<stability>stable</stability>
|
6 |
+
<license>OSL</license>
|
7 |
+
<channel>community</channel>
|
8 |
+
<extends/>
|
9 |
+
<summary>Easy way to login without page reload. </summary>
|
10 |
+
<description>Easy way to login without page reload. You can also choose forgot password option within the login form pop up. It is very fast and easy to understand.
|
11 |
+

|
12 |
+
Benefits
|
13 |
+

|
14 |
+
Reduce load time
|
15 |
+
Password recovery support
|
16 |
+
Customer stays on the same page after login
|
17 |
+
</description>
|
18 |
+
<notes>Easy way to login without page reload. You can also choose forgot password option within the login form pop up. It is very fast and easy to understand.
|
19 |
+
</notes>
|
20 |
+
<authors><author><name>GS Dhunna</name><user>gsdhunna</user><email>gurjit035@gmail.com</email></author></authors>
|
21 |
+
<date>2014-03-21</date>
|
22 |
+
<time>06:43:52</time>
|
23 |
+
<contents><target name="mageskin"><dir name="."><dir name="skin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="css"><file name="ajaxlogin.css" hash=""/></dir><dir name="images"><file name="icon-close.png" hash=""/><file name="loader.gif" hash=""/></dir></dir></dir></dir></dir></dir></target><target name="magedesign"><dir name="."><dir name="app"><dir name="design"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="ajaxlogin"><file name="login.phtml" hash=""/></dir></dir><dir name="layout"><file name="ajaxlogin.xml" hash=""/></dir></dir></dir></dir></dir></dir></dir></target><target name="magelocal"><dir name="."><dir name="app"><dir name="code"><dir name="local"><dir name="GSD"><dir name="AjaxLogin"><dir name="Block"><file name="Login.php" hash=""/></dir><dir name="controllers"><file name="IndexController.php" hash=""/></dir><dir name="etc"><file name="adminhtml.xml" hash=""/><file name="config.xml" hash=""/><file name="system.xml" hash=""/></dir><dir name="Helper"><file name="Data.php" hash=""/></dir></dir></dir></dir></dir></dir></dir></target></contents>
|
24 |
+
<compatible/>
|
25 |
+
<dependencies><required><php><min>5.1.0</min><max>5.3.17</max></php><package><name>GSD_Easy_Ajax_Login</name><channel>local</channel><min>1.0</min><max>2.0</max></package><extension><name>Core</name><min>1.0</min><max>3.0</max></extension></required></dependencies>
|
26 |
+
</package>
|