MyBB Community Forums

Full Version: Remove the Ability for Users to Change their Registration Email
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there anyway to remove the ability for users to change the email on the account they registered with?

I want to make so that admins are the only ones who can change a user's email linked to their account. Smile
You can remove this from usercp_nav_profile template.
<div><a href="usercp.php?action=email" class="usercp_nav_item usercp_nav_email">{$lang->ucp_nav_change_email}</a></div>

In addition you can also blank out the usercp_email template.