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.

 

[Closed] How can remove Reset Password section?

2 Posts
2 Users
0 Reactions
872 Views
piresat
Posts: 3
Topic starter
(@piresat)
Active Member
Joined: 5 years ago

How can remove 'Reset Password' section form profile page. Because of I'm using custom user management system. I don't want use WpForo Reset Password section.

Topic Tags
1 Reply
Alvina
Posts: 1861
Moderator
(@alvina)
Member
Joined: 6 years ago

Hi @piresat,

Please navigate to the Dashboard > Forums > Settings > Styles admin page, put the following CSS code in the "Custom CSS Code" textarea:

.wpf-table .wpf-field-type-password{
display:none;
}

Please don't forget to delete all caches and press CTRL+F5(twice) on the frontend before checking.