Changeset 3153482
- Timestamp:
- 09/17/2024 04:10:44 PM (19 months ago)
- Location:
- kolorweb-access-admin-notification
- Files:
-
- 2 edited
-
tags/1.0.1/readme.txt (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
kolorweb-access-admin-notification/tags/1.0.1/readme.txt
r3153480 r3153482 15 15 16 16 In a sea of admin login notification plugins, KolorWeb Access Admin Notification stands out for a few key reasons: 17 * Simplicity: This plugin is designed to be lightweight, clean, and simple to use in just 20kb (I challenge you to find something better). 18 * Compatibility: It is regularly updated to ensure compatibility with the latest WordPress versions. 19 * Unlike many others, this plugin checks capabilities instead of roles, and this makes a really big big difference when an attacker modifies them by granting administrator privileges to roles that shouldn't have them. 20 * There are no options to manage and no information overload to store in the database. 21 * One-click logout and password reset capability for unauthorized access directly from mail notification. 17 18 * **Simplicity**: This plugin is designed to be lightweight, clean, and simple to use in just 20kb (I challenge you to find something better). 19 * **Compatibility**: It is regularly updated to ensure compatibility with the latest WordPress versions. 20 * **Right checking**: Unlike many others, this plugin checks capabilities instead of roles, and this makes a really big big difference when an attacker modifies them by granting administrator privileges to roles that shouldn't have them. 21 * **Lightweight**: There are no options to manage and no information overload to store in the database. 22 * **Pratical & Quick**: One-click logout and password reset capability for unauthorized access directly from mail notification. 22 23 23 24 I created this plugin because I couldn't find any existing options that met my specific criteria. If you're looking for a no-nonsense solution that gets the job done without any extra frills, this is the plugin for you. … … 41 42 If you don't find any updates, it means that everything is working correctly with the latest WordPress release. But if you have an idea to improve this plugin, write to me. 42 43 43 ** Intro to the problem and my simple solution**44 **Intro to the problem and my simple solution** 44 45 45 46 Every day I receive many emails of attempted access to the sites I manage. So I asked myself: "And if suddenly one attempt among the millions of those executed were to be successful, how could I know if not when it is already too late?" -
kolorweb-access-admin-notification/trunk/readme.txt
r3153480 r3153482 15 15 16 16 In a sea of admin login notification plugins, KolorWeb Access Admin Notification stands out for a few key reasons: 17 * Simplicity: This plugin is designed to be lightweight, clean, and simple to use in just 20kb (I challenge you to find something better). 18 * Compatibility: It is regularly updated to ensure compatibility with the latest WordPress versions. 19 * Unlike many others, this plugin checks capabilities instead of roles, and this makes a really big big difference when an attacker modifies them by granting administrator privileges to roles that shouldn't have them. 20 * There are no options to manage and no information overload to store in the database. 21 * One-click logout and password reset capability for unauthorized access directly from mail notification. 17 18 * **Simplicity**: This plugin is designed to be lightweight, clean, and simple to use in just 20kb (I challenge you to find something better). 19 * **Compatibility**: It is regularly updated to ensure compatibility with the latest WordPress versions. 20 * **Right checking**: Unlike many others, this plugin checks capabilities instead of roles, and this makes a really big big difference when an attacker modifies them by granting administrator privileges to roles that shouldn't have them. 21 * **Lightweight**: There are no options to manage and no information overload to store in the database. 22 * **Pratical & Quick**: One-click logout and password reset capability for unauthorized access directly from mail notification. 22 23 23 24 I created this plugin because I couldn't find any existing options that met my specific criteria. If you're looking for a no-nonsense solution that gets the job done without any extra frills, this is the plugin for you. … … 41 42 If you don't find any updates, it means that everything is working correctly with the latest WordPress release. But if you have an idea to improve this plugin, write to me. 42 43 43 ** Intro to the problem and my simple solution**44 **Intro to the problem and my simple solution** 44 45 45 46 Every day I receive many emails of attempted access to the sites I manage. So I asked myself: "And if suddenly one attempt among the millions of those executed were to be successful, how could I know if not when it is already too late?"
Note: See TracChangeset
for help on using the changeset viewer.