Notifications
Clear all

[Solved] Remove "change password" from user account menu

3 Posts
2 Users
3 Reactions
771 Views
Posts: 4
Topic starter
(@renomatix)
Active Member
Joined: 2 years ago

Hi!

 

You cannot register on my site, you can only login via Steam.
For this reason I do not need the change password function in wpForo on "user profile"
I also bought the plugin wpForo - User Custom Fields, unfortunately the function cannot be switched off there.
I would like to keep the other functions like avatar and signature.

How do I remove the "change password" feature?

 

thx

M. Lehmann

2 Replies
Chris
Posts: 3649
(@chris)
Famed Member
Joined: 3 years ago

Hi @renomatix,

wpForo doesn't let to hide the Password Field from the Account as without that users won't be able to change their password, but if you need it to hide it you can use CSS for that:

#wpforo #wpforo-wrap .wpf-field.wpf-field-type-password.wpf-field-name-user_pass.wpf-field-required { display: none}

Go to Dashboard > Forums > Settings > Styles Tab and insert the CSS Code in Custom CSS Code Field.

Posts: 4
Topic starter
(@renomatix)
Active Member
Joined: 2 years ago

Thanks! Thats it!

 

best regards 🙂