How to accept weak login?
-
Hello,
I have an odd idea that I’m trying implement in my local WordPress site. I’m trying to figure out if I can do something to authenticate non-admin users without checking their password?
Goal: I want to be able to let people in with a “valid” (if exists in the database) email only. I could care less about the password, I can still keep the password field there to make them think they are providing a password, but the idea is to let people in if their email matches the same email as the database. To avoid any unwanted admin access I want to have the password to matter for Admin group.
Is this something I can build on my own? I development experience, but just wanted to see if something like this is possible using the default WordPress functions.
The page I need help with: [log in to see the link]
- The topic ‘How to accept weak login?’ is closed to new replies.