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.

 

wpForo 1.x.x [Closed] Password expiry?

2 Posts
2 Users
0 Reactions
918 Views
Posts: 1
 DRDS
Topic starter
(@drds)
New Member
Joined: 5 years ago

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
Sofy
Posts: 5483
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 years ago

@drds,

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.