• Resolved eliac7

    (@eliac7)


    Hello,
    I am using the social login plugin and I don’t want the user to have access to the section with the password change. Any ideas or any hook/filter that can prevent the user from changing the password (as he doesn’t have a password on WP, as he logged in with social).
    Thanks in advance.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Champ Camba

    (@champsupertramp)

    If you have purchased one of our extensions or our bundle and you need help, you will need to submit a support ticket via our website as we are only allowed to provide support on this forum for the free plugin hosted on the www.remarpro.com website.

    To submit a ticket, please login to our website using the email used on checkout and go to this page:

    https://ultimatemember.com/support/ticket/

    Thank you for supporting Ultimate Member with your purchase!

    Regards.

    Thread Starter eliac7

    (@eliac7)

    Dear Champ,
    Unfortunately, I haven’t purchased your plugin. I was thinking of making it custom. Would you help me with a hook that I can enable or disable the change password on the account section? For example, I have made a custom user role and don’t want to show them the change password form but if the user is an administrator, to have that section.

    Thread Starter eliac7

    (@eliac7)

    I am talking about that section https://i.imgur.com/NdWRcMZ.png

    Plugin Contributor Champ Camba

    (@champsupertramp)

    Hi @eliac7

    You can disable it in WP Admin > Ultimate Member > Settings > General > Account > see ‘Password Account Tab’.

    Here’s a filter hook to disable/enable the Password tab.
    add_filter("um_get_option_filter__account_tab_password","__return_false");

    Regards.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change password section – Social Login’ is closed to new replies.