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.
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.
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.