Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

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

3 Posts
2 Users
3 Reactions
1,164 Views
Posts: 4
Topic starter
(@renomatix)
Active Member
Joined: 3 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: 3611
(@chris)
Famed Member
Joined: 4 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: 3 years ago

Thanks! Thats it!

 

best regards 🙂