• Σχετικά με το WordPress
    • Σχετικά με το WordPress
    • WordPress.org
    • Τεκμηρίωση
    • Υποστήριξη
    • Η γνώμη σας
  • Σύνδεση
  • Εγγραφή
Μετάβαση στο περιεχόμενο

WordPress.org

Ελληνικά

  • Αρχική
  • Θέματα
  • Πρόσθετα
  • Σχετικά
  • Υποστήριξη
  • Ελληνική κοινότητα
  • Εκδηλώσεις
  • Ιστολόγιο
  • Κατεβάστε το WordPress

Πρόσθετα

  • Τα Αγαπημένα μου
  • Υπό δοκιμή
  • Δημιουργοί
Λήψη

Remember Me Controls

Από Scott Reilly
  • Λεπτομέρειες
  • Κριτικές
  • Εγκατάσταση
  • Υποστήριξη
  • Ανάπτυξη

Περιγραφή

Take control of the “Remember Me” login feature for WordPress by having it enabled by default, customize how long users are remembered, or disable this built-in feature by default.

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” : The ability to have the “Remember Me” checkbox automatically checked when the login form is loaded (it isn’t checked by default).
  • Customize the duration of the “Remember Me” : The ability to customize how long WordPress will remember a login session when “Remember Me” is checked, either forever or a customizable number of hours.
  • Disable “Remember Me” : The ability to completely disable the feature, preventing the checkbox from appearing and restricting all login sessions to one day.

NOTE: WordPress remembers who you are based on cookies stored in your web browser. If you use a different web browser, clear your cookies, use a browser on a different machine, or uninstall/reinstall (and possibly even just restarting) your browser then you will have to log in again since WordPress will not be able to locate the cookies needed to identify you.

Compatibility

Other than the plugins listed below, compatibility has not been tested or attempted for any other third-party plugins that provide their own login widgets or login handling.

Special handling has been added to provide compatibility with the following plugins:

  • BuddyPress (in particular, its “Log in” widget)
  • Sidebar Login
  • Login Widget With Shortcode

Links: Plugin Homepage | Plugin Directory Page | GitHub | Author Homepage

Στιγμιότυπα

  • A screenshot of the plugin's admin settings page.
  • A screenshot of the login form with "Remember Me" checked by default
  • A screenshot of the login form with "Remember Me" removed

Εγκατάσταση

  1. Whether installing or updating, whether this plugin or any other, it is always advisable to back-up your data before starting
  2. Install via the built-in WordPress plugin installer. Or download and unzip remember-me-controls.zip inside the plugins directory for your site (typically wp-content/plugins/)
  3. Activate the plugin through the ‘Plugins’ admin menu in WordPress
  4. Go to “Settings” -> “Remember Me” and configure the settings

Συχνές Ερωτήσεις

How long does WordPress usually keep me logged in?

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” (without this plugin active), WordPress keeps you logged in for up to 14 days.

Why am I being asked to log in again even though I’ve configured the plugin to remember me forever (or an otherwise long enough duration that hasn’t been met yet)?

WordPress remembers who you are based on cookies stored in your web browser. If you use a different web browser, clear your cookies, use a browser on a different machine, the site owner invalidates all existing login sessions, or you uninstall/reinstall (and possibly even just restart) your browser then you will have to log in again since WordPress will not be able to locate the cookies needed to identify you.

How can I set the session duration to less than an hour?

You can’t (and probably shouldn’t). With a session length of less than an hour you risk timing out users too quickly.

Do changes to the remember me duration take effect for all current login sessions?

No. The duration for which a login cookie is valid is defined within the cookie when it gets created (which is when you log in). Changing the setting for the remember me duration will only affect cookies created thereafter. You can log out and then log back in if you want the newly configured remember me duration to apply to your session.

What plugins is this plugin compatible with?

Special handling has been added to provide compatibility with the following plugins:

  • BuddyPress (in particular, its “Log in” widget)
  • Sidebar Login
  • Login Widget With Shortcode

Is this plugin GDPR-compliant?

Yes. This plugin does not collect, store, or disseminate any information from any users or site visitors.

Does this plugin include unit tests?

Yes.

Κριτικές

Nice one

John 27 Νοεμβρίου 2019
great idea, thanks!

Excellent plugin

bruce-s 12 Δεκεμβρίου 2018
Works really well and it's great to have found a solution to a tricky problem - thank you!

Still working great!

Marcelo Pedra 22 Μαΐου 2018
2 years without updates and still working well. A little code review to confirm everything is still ok would be nice though 😉

Misses a few things…

crawlinson 16 Οκτωβρίου 2016
Does remove from wp-login.php but not from default wp login widget. Also does not compensate for extra white space and just leaves a gap. Nice quick fix if you are not using the widget and I guess the space can easily be fixed with custom css. It's just a pity it misses a few things, sorry.

Plugin broke HTTPS login

apunahasa 3 Σεπτεμβρίου 2016
I couldn't login to my website in an incognito window until I disabled this plugin
Ανάγνωση όλων των 7 κριτικών

Συνεισφέροντες & Προγραμματιστές

“Remember Me Controls” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.

Συντελεστές
  • Scott Reilly

“Remember Me Controls” έχει μεταφραστεί σε 1 γλώσσα. Thank you to the translators for their contributions.

Μεταφράστε το “Remember Me Controls” στην γλώσσα σας.

Interested in development?

Περιηγηθείτε στον κώδικα , ανατρέξτε στο αποθετήριο SVN ή εγγραφείτε στο αρχείο καταγραφής αλλαγών μέσω RSS .

Σύνοψη αλλαγών

1.9 (2020-07-20)

Highlights:

  • This minor release adds support for using commas when setting the remember me duration, adds HTML5 compliance when supported by the theme, improves settings help text and other documentation, updates its plugin framework, adds a TODO.md file, updates a few URLs to be HTTPS, expands unit testing, updates compatibility to be WP 4.9 through 5.4+, and other minor behind-the-scenes tweaks.

Details:

  • New: Add HTML5 compliance by omitting type attribute to ‘script’ and ‘style’ tags when the theme supports ‘html5’
  • New: Add help text to settings whose value change won’t take effect until subsequent logins regarding as much
  • New: Add TODO.md and move existing TODO list from top of main plugin file into it (and add items to it)
  • Change: Allow use of commas in user-submitted value for remember_me_duration setting
  • Change: Update JavaScript coding syntax
  • Change; Add help text to the top of the settings page
  • Change: Use a superscript for footnote asterisk and extract markup from translatable string
  • Change: Update plugin framework to 051
    • 051:
    • Allow setting integer input value to include commas
    • Use number_format_i18n() to format integer value within input field
    • Update link to coffee2code.com to be HTTPS
    • Update readme_url() to refer to plugin’s readme.txt on plugins.svn.wordpress.org
    • Remove defunct line of code
    • 050:
    • Allow a hash entry to literally have ‘0’ as a value without being entirely omitted when saved
    • Output donation markup using printf() rather than using string concatenation
    • Update copyright date (2020)
    • Note compatibility through WP 5.4+
    • Drop compatibility with version of WP older than 4.9
  • Change: Tweak text on help tab
  • Change: Add a few new FAQ entries and amend another
  • Change: Include another example scenario in which login cookies could be invalidated
  • Change: Tweak verbiage of various documentation
  • Change: Note compatibility through WP 5.4+
  • Change: Drop compatibility with versions of WP older than 4.9
  • Change: Update links to coffee2code.com to be HTTPS
  • Unit tests:
    • New: Add get_default_hooks() as a helper method for getting the default hooks
    • New: Add tests for add_css(), add_js(), help_tabs_content(), maybe_add_hr(), options_page_description()
    • New: Add test for setting name
    • New: Add test for hook registering
    • Change: Store plugin instance in test object to simplify referencing it
    • Change: Remove unnecessary unregistering of hooks in tearDown()
    • Change: Remove duplicative reset_options() call
    • Change: Use HTTPS for link to WP SVN repository in bin script for configuring unit tests
  • Change: Updated screenshot

1.8.1 (2020-01-01)

  • Change: Note compatibility through WP 5.3+
  • Change: Update copyright date (2020)
  • Change: Tweak changelog formatting for v1.8 release

1.8 (2019-06-28)

Highlights:

  • This release is a minor update that verifies compatibility through WordPress 5.2+ and makes minor behind-the-scenes improvements.

Details:

  • Change: Initialize plugin on plugins_loaded action instead of on load
  • Change: Update plugin framework to 049
    • 049:
    • Correct last arg in call to add_settings_field() to be an array
    • Wrap help text for settings in label instead of p
    • Only use label for help text for checkboxes, otherwise use p
    • Ensure a textarea displays as a block to prevent orphaning of subsequent help text
    • Note compatibility through WP 5.1+
    • Update copyright date (2019)
    • 048:
    • When resetting options, delete the option rather than setting it with default values
    • Prevent double “Settings reset” admin notice upon settings reset
  • New: Add CHANGELOG.md file and move all but most recent changelog entries into it
  • Unit tests:
    • Change: Update unit test install script and bootstrap to use latest WP unit test repo
    • Change: Ensure settings get reset before assigning newly set values
    • Fix: Fix broken unit test
  • Change: Note compatibility through WP 5.2+
  • Change: Add link to plugin’s page in Plugin Directory to README.md
  • Change: Update copyright date (2019)
  • Change: Update License URI to be HTTPS
  • Change: Split paragraph in README.md’s “Support” section into two

Full changelog is available in CHANGELOG.md.

Μεταστοιχεία

  • Έκδοση: 1.9
  • Τελευταία ενημέρωση: πριν από 6 μήνες
  • Ενεργές εγκαταστάσεις: 3,000+
  • Έκδοση WordPress: 4.9 ή νεότερη
  • Δοκιμασμένο μέχρι: 5.4.4
  • Γλώσσες:

    English (US) και German.

    Μεταφράστε στην γλώσσα σας

  • Ετικέτες:
    cookieloginrememberremember mesession
  • Advanced View

Αξιολογήσεις

Προβολή όλων
  • 5 αστέρια 5
  • 4 αστέρια 1
  • 3 αστέρια 0
  • 2 αστέρια 0
  • 1 αστέρι 1
Log in to submit a review.

Συντελεστές

  • Scott Reilly

Υποστήριξη

Έχετε κάτι να πείτε; Χρειάζεστε βοήθεια;

Φόρουμ υποστήριξης

Δωρεά

Θα θέλατε να υποστηρίξετε την προαγωγή αυτού του πρόσθετου;

Κάντε δωρεά σε αυτό το πρόσθετο

  • Σχετικά
  • Ιστολόγιο
  • Φιλοξενία
  • Δωρεά
  • Υποστήριξη
  • Δημιουργοί
  • Συνεισφέρετε
  • Μάθετε
  • Βιτρίνα
  • Πρόσθετα
  • Θέματα
  • WordCamp
  • WordPress.TV
  • BuddyPress
  • bbPress
  • WordPress.com
  • Matt
  • Απόρρητο
  • Public Code
  • @WordPress
  • WordPress

Ο κώδικας είναι ποίηση.