<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									How to disable change of email from wpforo account information edit? - How-to and Troubleshooting - wpForo 2.0				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-disable-change-of-email-from-wpforo-account-information-edit/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Wed, 13 May 2026 16:16:57 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: How to disable change of email from wpforo account information edit?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-disable-change-of-email-from-wpforo-account-information-edit/#post-115188</link>
                        <pubDate>Wed, 15 May 2024 09:00:11 +0000</pubDate>
                        <description><![CDATA[Hi,
You can use JavaScript code provided below: 
jQuery( document ).ready(function() {
    jQuery(&#039;.wpf-field.wpf-field-type-email.wpf-field-name-user_email.wpf-field-required&#039;).remove();...]]></description>
                        <content:encoded><![CDATA[<p>Hi,</p>
<p>You can use JavaScript code provided below: </p>
<pre contenteditable="false">jQuery( document ).ready(function() {
    jQuery('.wpf-field.wpf-field-type-email.wpf-field-name-user_email.wpf-field-required').remove();
});</pre>
<p>For guidance on adding JavaScript to WordPress pages, you may find this article helpful: https://www.wpbeginner.com/wp-tutorials/how-to-easily-add-javascript-in-wordpress-pages-or-posts/</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Sofy</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-disable-change-of-email-from-wpforo-account-information-edit/#post-115188</guid>
                    </item>
				                    <item>
                        <title>How to disable change of email from wpforo account information edit?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-disable-change-of-email-from-wpforo-account-information-edit/#post-115173</link>
                        <pubDate>Tue, 14 May 2024 16:34:50 +0000</pubDate>
                        <description><![CDATA[Hi,
My site does not allow change of email for security reasons and account information is managed through UM.
I have seen the past posts about this question, the solution provided is usin...]]></description>
                        <content:encoded><![CDATA[<p>Hi,</p>
<p>My site does not allow change of email for security reasons and account information is managed through UM.</p>
<p>I have seen the past posts about this question, the solution provided is using the following CSS code to hide this section.</p>
<pre contenteditable="false">.wpf-field.wpf-field-type-email.wpf-field-name-user_email.wpf-field-required {
  display: none;
}</pre>
<p>However, hiding section doesn't prevent user from changing email or other values. Any browser can quickly inspect the page and change hidden email value in a few seconds.</p>
<p>Is there any way to totally disable section from the front-end using other methods or through php snippet?</p>
<p>Thanks!</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>sora9</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-disable-change-of-email-from-wpforo-account-information-edit/#post-115173</guid>
                    </item>
							        </channel>
        </rss>
		