Notifications
Clear all

[Solved] Remove Change Password Field

5 Posts
2 Users
2 Likes
1,386 Views
Posts: 3
Customer
Topic starter
(@aaron-crhak)
Member
Joined: 3 years ago

Is there anyway I can disable the change password field in user profiles? Our login system is linked to an outside app rather then WordPress.

Thank you,

Aaron

4 Replies
Posts: 4171
 Tom
Admin
(@tomson)
Famed Member
Joined: 9 years ago

Have you tried to drag and drop the password fields to the inactive fields section in Dashboard > Forums > Member Fields > Tab manager > Edit Account screen?

3 Replies
Customer
(@aaron-crhak)
Joined: 3 years ago

Member
Posts: 3

@tomson yes it states that I can not make that tab inactive

 Tom
Admin
(@tomson)
Joined: 9 years ago

Famed Member
Posts: 4171

@aaron-crhak,

Ok, go to Dashboard > Forums > Settings > Styles Tab, put this CSS code in the Custom CSS Code textarea, delete all caches, go to forum front-end and press Ctrl+F5 to reset browser cache:

#wpforo #wpforo-wrap .wpforo-profile-account .wpf-field.wpf-field-type-password{
     display:none;
}
Customer
(@aaron-crhak)
Joined: 3 years ago

Member
Posts: 3

@tomson

Worked! Thanks Tom!

Share:
Scroll to top