• Resolved grumpypjs08

    (@grumpypjs08)


    How do a make it so I can log in with a custom field I can create a user with one custom field but I cannot log in with it. IT just says please enter your password.

    • This topic was modified 5 years, 1 month ago by grumpypjs08.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Champ Camba

    (@champsupertramp)

    Hi @grumpypjs08

    You cannot log-in without a password as UM is preventing users from accessing other users account directly with a custom field or username/user_login. You will have to customize it and detach the UM validation so you can bypass it and allow users to login with a custom field.

    You can try detaching that validation with the following code snippet:
    remove_action( 'um_submit_form_errors_hook_login', 'um_submit_form_errors_hook_login', 10 );

    Regards,

    Plugin Contributor Champ Camba

    (@champsupertramp)

    Hi @grumpypjs08

    …Please feel free to re-open this thread by changing the Topic Status to ‘Not Resolved’ if any other questions come up and we’d be happy to help. 🙂

    Regards,

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

The topic ‘Login with custom field’ is closed to new replies.