Skip to content

Commit

Permalink
Updated README and xml;
Browse files Browse the repository at this point in the history
  • Loading branch information
edgardmessias committed Jan 4, 2017
1 parent 7791af4 commit f835d41
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 5 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Auto Login (GLPI)
This plugin skip the login page if you are already authenticated in GLPI
This plugin add support to "Remember me" function in GLPI and skip the login page if you are already authenticated

By default, "Remember me" lasts 7 days (For future, add configuration option)

# Installation (EN)
* Uncompress the archive to the `<GLPI_ROOT>/plugins/autologin` directory
Expand Down
27 changes: 23 additions & 4 deletions autologin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,20 @@
<logo>https://raw.githubusercontent.com/edgardmessias/autologin/master/plugin.png</logo>
<description>
<short>
<en><![CDATA[This plugin skip the login page if you are already authenticated.]]></en>
<en><![CDATA[This plugin add support to "Remember me" function in GLPI and skip the login page if you are already authenticated]]></en>
</short>
<long>
<en><![CDATA[This plugin skip the login page if you are already authenticated.]]></en>
<en><![CDATA[
# Auto Login (GLPI)
This plugin add support to "Remember me" function in GLPI and skip the login page if you are already authenticated
By default, "Remember me" lasts 7 days (For future, add configuration option)
# Installation (EN)
* Uncompress the archive to the `<GLPI_ROOT>/plugins/autologin` directory
* Navigate to the Configuration > Plugins page,
* Install and activate the plugin.
]]></en>
</long>
</description>
<homepage>https://github.com/edgardmessias/autologin</homepage>
Expand All @@ -20,6 +30,12 @@
<author>Edgard Lorraine Messias</author>
</authors>
<versions>
<version>
<num>2.0.0</num>
<compatibility>0.85</compatibility>
<compatibility>0.90</compatibility>
<compatibility>9.1</compatibility>
</version>
<version>
<num>1.1.0</num>
<compatibility>0.85</compatibility>
Expand All @@ -34,14 +50,17 @@
</version>
</versions>
<langs>
<lang>Any</lang>
<lang>en_US</lang>
<lang>pt_BR</lang>
</langs>
<license><![CDATA[GPL v2+]]></license>
<tags>
<en>
<tag>Authentication</tag>
<tag>Login</tag>
<tag>AutoLogin</tag>
<tag>Login</tag>
<tag>Remember me</tag>
<tag>Remember</tag>
</en>
</tags>
</root>

0 comments on commit f835d41

Please sign in to comment.