Archived topic
Custom CSS for Login page
3 replies · Started by Bandara on April 24, 2021
Hello!
First, let me say that I realize this may be outside of the GP theme, etc. But on the chance that it isn't I'm asking.
Does Generate Press have anything to do with styling the standard login page? i.e. /wp-login.php/
Right now I'm using a function to add css to the login page.
The actual problem I'm trying to solve is to hide that silly check box that lets users have weak passwords.
Hi there,
no - the wp-login.php is a core function - the Theme doesn't interfere with that.
I believe some Security Plugins provide options for changing the password requirements - and there are some dedicated plugins ( most of which are out of date ) - but i found this one:
Thanks! That's what I thought.
Yes, I was using a dedicated one and it is indeed out of date. Not compatible with php 8.0.
Thanks for pointing me to that plugin. Somehow I missed it in my searching. It seems so silly that core has the capability to enforce strong passwords but it is at the discretion of the individual user and not the admins.
Thanks!
I completely agree - this kinda thing should be in WP Core Admin options ...
Glad to be of help.