Feb 15, 2021 4:11 am
Hi,
Our users are being prompted to change their passwords repeatedly. Like every 24 hours. How can I change this so they don't have to change their password unless they forget it, or choose to on their own?
Thank you.
1 Reply
Feb 15, 2021 8:08 am
I may suggest you hide the "Password" field form the account page via the CSS code provided below:
.wpf-field.wpf-field-type-password.wpf-field-name-user_pass.wpf-field-required { display: none; }
The CSS codes should be added in the "Custom CSS code" textarea, located in the Dashboard > Forums > Settings > Styles Tab.
Please don't forget to delete all caches and press Ctrl+F5 (twice) on the frontend before checking to reload the updated CSS file.