Changeset 2480825
- Timestamp:
- 02/24/2021 04:25:25 PM (5 years ago)
- Location:
- stop-spammer-registrations-plugin/trunk
- Files:
-
- 3 edited
-
modules/chkadminlog.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
stop-spammer-registrations-new.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
stop-spammer-registrations-plugin/trunk/modules/chkadminlog.php
r2480009 r2480825 23 23 $user = @wp_authenticate( $log, $pwd ); 24 24 if ( !is_wp_error( $user ) ) { // user login is good 25 _e( 'Authenticated User Login', 'stop-spammer-registrations-plugin' );25 //_e( 'Authenticated User Login', 'stop-spammer-registrations-plugin' ); 26 26 } 27 27 return false; -
stop-spammer-registrations-plugin/trunk/readme.txt
r2480009 r2480825 6 6 Donate link: https://stopspammers.io/donate 7 7 Tags: spam, security, anti-spam, spam blocker, block spam, signup spam, comment spam, spam filter, registration spam, spammer, spammers, spamming, xss, malware, virus, captcha, comment, comments, login, protection, user registration spam 8 Version: 2021.2 8 Version: 2021.2.1 9 9 Tested up to: 5.6 10 10 License: https://www.gnu.org/licenses/gpl.html … … 91 91 92 92 == Changelog == 93 = 2021.2 = 94 * [Fix] login issue 93 95 94 96 = 2021.2 = -
stop-spammer-registrations-plugin/trunk/stop-spammer-registrations-new.php
r2480009 r2480825 4 4 Plugin URI: https://stopspammers.io/ 5 5 Description: Secure your WordPress sites and stop spam dead in its tracks. Designed to secure your website immediately. Enhance your visitors' UX with 50+ configurable options, an allow access form, and a testing tool. 6 Version: 2021.2 6 Version: 2021.2.1 7 7 Author: Trumani 8 8 Author URI: https://stopspammers.io/
Note: See TracChangeset
for help on using the changeset viewer.