alphawolfyasu
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Plugins
In reply to: [WP Cerber Security, Anti-spam & Malware Scan] Bug in the Custom-Login-PageI’m using a Child-Theme to customize the Login-Page
<?php function custom_login() { wp_enqueue_style('login-styles', get_stylesheet_directory_uri().'/login.css'); } add_action('login_head', 'custom_login'); ?>Some other Plugins, like User Switching (https://de.ww.wp.xz.cn/plugins/user-switching/) can’t manipulate the Login/Logout-Page, too.
It works now, thank you for your fast support.
But I have an idea to improve the Plugin:At the moment the Plugin only counts the Attempts, if the Username exists.
May it’s an good idea to count down, if the username doesn’t exist, too.The Activity-Tab says:
No activity has been logged.(Filter: All activities)
It is the default WordPress-Login (edited via CSS)
I’ve tried to disable my 2FA-Plugin, but it doesn’t help…
Viewing 4 replies - 1 through 4 (of 4 total)