Remember Me Controls
- Author:Scott Reilly
- Version:1.2
- Last update:2010-09-28
- Compatibility:WP 3.1 – 3.3.1
- Comments:go here
- Download:[ zip ]
- Description:
Take control of the “Remember Me” feature for WordPress. For those unfamiliar, “Remember Me” is a checkbox present when logging into WordPress. If checked, WordPress will remember the login session for 14 days. If unchecked, the login session will be remembered for only 2 days. Once a login session expires, WordPress will require you to log in again if you wish to continue using the admin section of the site.
-
Extended Description
Take control of the “Remember Me” feature for WordPress. For those unfamiliar, “Remember Me” is a checkbox present when logging into WordPress. If checked, WordPress will remember the login session for 14 days. If unchecked, the login session will be remembered for only 2 days. Once a login session expires, WordPress will require you to log in again if you wish to continue using the admin section of the site.
This plugin provides three primary controls over the behavior of the “Remember Me” feature:
- Automatically check “Remember Me” : Have the “Remember Me” checkbox automatically checked when the login form is loaded (it isn’t by default).
- Customize the duration of the “Remember Me” : Customize how long WordPress will remember a login session when “Remember Me” is checked.
- Disable “Remember Me” : Completely disable the feature, preventing the checkbox from appearing and restricting all login sessions to one day.
Links: Plugin Homepage | Author Homepage
Find out more at the plugin’s WordPress Plugin Repository page.
-
Screenshots
Click to see full-size image.
Installation
- Unzip
remember-me-controls.zipinside the/wp-content/plugins/directory (or install via the built-in WordPress plugin installer) - Activate the plugin through the ‘Plugins’ admin menu in WordPress
- Go to “Settings” -> “Remember Me” and configure the settings
- Unzip
Frequently Asked Questions
Q. How long does WordPress usually keep me logged in?
A. By default, if you log in without “Remember Me” checked, WordPress keeps you logged in for up to 2 days. If you check “Remember Me”, WordPress keeps you logged in for up to 14 days.
Release Log
1.1
- Fix bug with missing remember_me_duration setting conversion from hours to seconds
- Update plugin framework to version v023
- Save a static version of itself in class variable $instance
- Deprecate use of global variable $c2c_remember_me_controls to store instance
- Fix to properly register activation and uninstall hooks
- Add __construct(), activation(), uninstall()
- Explicitly declare all class functions public
- Note compatibility through WP 3.2+
- Drop compatibility with versions of WP older than 3.0
- Minor code formatting changes (spacing)
- Minor readme.txt formatting changes
- Fix plugin homepage and author links in description in readme.txt
- Update copyright date (2011)
1.0.1
- Fix bug where having “Remember Me” checked but having no remember me duration configured resulted in login error
- Fix bug where incorrect number of arguments were requested from the ‘auth_cookie_expiration’ action
1.0
- Initial release
Copyright & Disclaimer
Copyright © 2010 by Scott Reilly (aka coffee2code)Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

