• Resolved jimbunte

    (@jimbunte)


    Hello – client needs a content restricted area and this plugin works perfectly! However, we will be distributing a generic username/password to trade accounts to access the restricted content, making the “lost password” functionality not only unneeded, but a potential problem, as the email for the “account” will be an in-house one. How can I defeat / turn off the “lost password?” option on the login screen? Thank you in advance for your help.

    • This topic was modified 6 years, 4 months ago by jimbunte.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @jimbunte,

    You can hide the lost password link with some CSS. To do that, go to Appearance > Customize, and add the following to the Additional CSS section and save it:

    .rc_lost_password { display: none; }

    Thread Starter jimbunte

    (@jimbunte)

    John – that worked perfectly. Thank you so much for the quick reply – i truly appreciate it!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Eliminate “change password”’ is closed to new replies.