Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

wp-plugins/wp-login-timeout-settings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

=== WP Login Timeout Settings ===
Contributors: Yslo
Tags: automatic, admin, plugin, core, cookie, timeout, user, authentication, session, remember, remember me
Requires at least: 3.0

Tested up to: 4.2
Stable tag: 1.1.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Configure WordPress Login Timeout through UI (User Interface).

== Description ==

Allows you the ability to set login timeout Settings panel.

= Features =

* Set default login timeout
* Set login 'Remember me' timeout
* Set special timeout for Users with a specific capability. eg. : You can set longer/shorter login timeout to Administrators using "edit_theme_options" capability. (see <a href=\"http://codex.wordpress.org/Roles_and_Capabilities\" target=\"_blank\">Roles and Capabilities in Wordpress Codex</a>)
* Use default Wordpress behaviors
* Add Updates panel (Settings > Login timeout)
* Contextual Help
* Translation MO/PO files
* Desactivate restore default WordPress behavior
* Uninstall restore default WordPress behavior

= Languages =

* English
* French

== Installation ==

1. Download and extract plugin files to wp-content/plugin directory.
2. Activate the plugin through the WordPress admin interface.

You will find 'Login timeout' menu in your WordPress Settings panel.

== Screenshots ==

1. Activate the plugin
2. Link to Login Timeout Settings
3. Login Timeout Settings panel

== Changelog ==

= 1.1.2 =
* Fix : notice on WP_DEBUG is true

= 1.1.1 =
* Fix : remove user_level form capabilities

= 1.1.0 =
* Add feature special timeout

= 1.0.0 =
* Initial version