Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    That seems like (pardon me, but this is not personal) an exceedingly dumb idea. If I have an account on your system and anyone knows my email, they can login as me.

    Certainly you can override the default WP login process, but what problem are you actually trying to solve?

    This might be a better way, as it validates the email on login:

    https://wordpress.org/plugins/passwordless-login/

    Thread Starter mrkhan91

    (@mrkhan91)

    Hi @sterndata, this dumb idea is for our household network and the people logging on this WordPress will be family members and instead of emails, and I was going to assign them a 6 digit username.

    There is nothing sensitive on this and nobody can get into my LAN. Though, if there is anything you can recommend, I will appreciate it.

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Why not just their first names? Why make it hard?

    Anyhow, I have not found any documentation on running WP without a password. What happens if you empty the password field directly in wp_users table?

    Thread Starter mrkhan91

    (@mrkhan91)

    @sterndata Yeah I can do it on name fields too, I guess I need to know what function in WordPress do I have to set to true like it would if it was authenticating a user and pass.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘How to accept weak login?’ is closed to new replies.