Restricted registrations or removing the ability to edit your password/email
This solution is purely cosmetic, in that it simply hides via jQuery the fields on the user profile page, but that effectively removes the ability for the user to change the password (admin will still see the fields, and can change any time). Add this to your theme’s functions.php file, and you’re done. add_action( ‘edit_user_profile’, … Read more