Download the PHP package texxasrulez/persistent_login without Composer
On this page you can find all versions of the php package texxasrulez/persistent_login. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download texxasrulez/persistent_login
More information about texxasrulez/persistent_login
Files in texxasrulez/persistent_login
Package persistent_login
Short Description This server-side plugin is useful for all Roundcube users who don’t like to log into their e-mail account each time they open their browser. The plugin stores a persistent login cookie which automatically logs the user in the next time he or she visits the Roundcube web mailer.
License GPL-3.0
Homepage https://github.com/texxasrulez/persistent_login
Informations about the package persistent_login
Persistent Login (Roundcube)
Provides a "Keep me logged in" aka "Remember Me" functionality for Roundcube.
Download
You can download the plugin from the latest release tags on GitHub.
Installation
-
Extract the downloaded archive into Roundcube’s plugin directory
<roundcube>/plugins/
and rename it topersistent_login
. - Open the Roundcube's main configuration file
<roundcube>/config/main.inc.php
and add the plugin’s name to the active plugins array, e.g.:
Thats it. All configuration is optional.
Configuration (Optional)
Persistent Login provides two different ways of usage. User-Data cookie or AuthToken cookie based.
UserData cookie (No database extension required)
This method doesn’t require any configuration, it is enabled by default. It stores the user’s login information encrypted in a cookie.
AuthToken cookie (more secure, recommended)
This method have to be enabled in the plugins configuration file.
It requires the creation of a table in your roundcubemail’s database as well.
The table can be created by the SQL script in the sql/
directory of the plugin.
Execute ALL statements from the SQL file.
Enable it in config: persistent_login/config.inc.php