Notifications
Clear all

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

2 Posts
2 Users
0 Reactions
704 Views
Posts: 1
 DRDS
Topic starter
(@drds)
New Member
Joined: 3 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: 4585
 Sofy
Admin
(@sofy)
Support Team
Joined: 7 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.