• I would like to remove the password option on the front end of my website for subscribers that registred on the site. I understand this is a security hole but its a one day event and the client is requesting for it. Email only login.

Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    WP really wants there to be a password of some kind, even if it’s very weak. To get around that, I suspect a custom logon form and authentication process is in order.

    A possibly much easier work around is to hide the password field with CSS and have javascript insert a standard password on behalf of the user when the log in button is clicked.

    If a password requirement is waived, it’d be a good idea to at least have registrants confirm their email address before granting access. I believe there are plugins available that introduce this feature.

Viewing 1 replies (of 1 total)
  • The topic ‘Remove password for subscribers only’ is closed to new replies.