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.
Jul 28, 2020 3:14 pm
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.
1 Reply
Jul 29, 2020 8:36 am
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.