Skip to content

jtmorris/longer-login-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Longer Login - WordPress Plugin

Do you use the "Remember Me" feature when logging in to your WordPress site? I know I do.

Do you find it annoying when WordPress stops remembering you after a few days? I know I do.

Longer Login is a simple WordPress plugin that remedies this. By default, WordPress automatically forgets users after 14 days. This plugin adds an option in your website's General Settings that can change this expiration date. There are numerous options ranging from 1 day to 1 year.

Change the setting, and the next time you, or any user on your site logs in with "Remember Me" checked, WordPress will keep them logged in for that specified time.

How Does It Work?

To remember users, websites store a small piece of information in your web browser's memory. This token of information is called an HTTP cookie. These cookies have an expiration date specified by the website.

By default, WordPress websites have their persistent login cookies expire after 14 days. This plugin changes the length of time the cookie will survive. Instead of 14 days after login, you can make the cookie live for as long as 1 year after login.

Installation

Using WordPress.org's Plugin Repository (recommended)

  1. Search for "Longer Login" in your WordPress "Add New" plugin section of your dashboard.
  2. Install and activate the "Longer Login" plugin by John Morris.

Manually

  1. Download the latest version of Longer Login and upload the longer-login.zip file in the Add New plugin section of your dashboard.
  2. Activate the plugin through the "Plugins" menu in your WordPress admin section.

From Source

  1. Visit the plugin's GitHub repository.
  2. Select the branch you want to download (choosing a version branch is highly recommended (e.g. v1.0.0)).
  3. Click the download ZIP button on the lower right side of the page.
  4. Upload the contents of the longer-login-plugin-branch name directory to a directory named 'longer-login' in your WordPress site's './wp-content/plugins/' directory.
  5. Visit your WordPress site's Plugins menu in the admin section, and activate the newly listed Longer Login plugin.

PLEASE REPORT PROBLEMS

Bugs and conflicts are death to a WordPress plugin! If you discover a problem, please tell me so I can quash it ASAP.

About

A WordPress plugin which changes the persistent login cookie expiry date.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages