• Hello administrator, I really love this plugin but you left out one part that is really important and vital for every registration form, Which is the password field.
    I understand that the password field is included in the pro version of the plugin. But As a one time courtesy, could you please add just this extra hook to the free plugin? as this will make it standout even more among other free login plugins.

    Please I will buy the pro version for other features But you should know it isn’t fair for users to buy the pro version just because of this extra field.

    Please send me a code to include to the functions for this.
    Thank you and really appreciate the good work.

Viewing 1 replies (of 1 total)
  • Plugin Author Max K

    (@kaminskym)

    Hi,

    You could use hook “lrm/register_form” to display password field.

    Then you can use this hook:

    do_action(‘lrm/registration_successful’, $user_id);

    to set this password to user.

    But you should remove Password from Email, because wrong password will be sent.

    Regards, Max

Viewing 1 replies (of 1 total)
  • The topic ‘Extra Registration Hook’ is closed to new replies.