Notifications
Clear all

[Closed] How can remove Reset Password section?

2 Posts
2 Users
0 Reactions
630 Views
piresat
Posts: 3
Topic starter
(@piresat)
Active Member
Joined: 4 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: 1867
Moderator
(@alvina)
Member
Joined: 5 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.