Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #25137, comment 8


Ignore:
Timestamp:
08/26/2013 04:32:49 AM (11 years ago)
Author:
knutsp
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25137, comment 8

    initial v1  
    99A long, secret parameter value seems best. No plugins loaded while this is in place and verified, except mu-plugins. Admin users are advised to bookmark this "safe mode" URL, after install or upgrade. When a user is logged in with this parameter key/value present, and has the right capability, all plugins are immediately deactivated, with a message and a visit plugins page link.
    1010
    11 This could even be enhanced through a two-step procedure. Step one is a request for the secret URL to be emailed back to the admin user, in case he has forgotten to bookmark it. This would have to happen outside of the admin, but with username/password, through a `wp-get-safe-mode-url.php`, and with no other indication of success rather than the email silently being sent.
     11This could even be enhanced through a two-step procedure. Step one is a request for the secret URL to be emailed back to the admin user, in case he has forgotten to bookmark it. This would have to happen outside of the admin, but with username/password, through a `wp-get-safe-mode-url.php`, and with no other indication of success but the email silently being sent.
    1212
    1313New features as plugin first.