web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Customer experience | Sales, Customer Insights,...
Answered

Hide username when registering locally in Dynamics portal

(0) ShareShare
ReportReport
Posted on by 54

I would like to hide the username when registering (locally). In our case the username is always the email address.

I tried adding this code in Account/Register/PageCopy:

<script>
$(document).ready(function () {
var email = $('#ContentContainer_MainContent_MainContent_EmailTextBox').val();
$('#ContentContainer_MainContent_MainContent_UserNameTextBox').val(email);
$('#ContentContainer_MainContent_MainContent_ShowUserName').hide();
});
</script>

The last 'hide' command works fine, but somehow I'm not able to copy the email value to the UserName text box.

Thanks a lot!

Elowy.

I have the same question (0)
  • Verified answer
    Nicholas Hayduk Profile Picture
    2,863 on at

    Hi Elowy,

    There actually an easier way to accomplish this.  Set the following Site Setting to "true":

    Authentication/Registration/LocalLoginByEmail

    Then the Portal users the email address field instead of username, and you don't have to worry about the two getting out of sync.

    Nick

  • Elowy GrootCRM Profile Picture
    54 on at

    Yeah, great! That is what I am looking for...

    Thanks a lot!

    Elowy.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

Leaderboard > Customer experience | Sales, Customer Insights, CRM

#1
Tom_Gioielli Profile Picture

Tom_Gioielli 170 Super User 2025 Season 2

#2
#ManoVerse Profile Picture

#ManoVerse 70

#3
Jimmy Passeti Profile Picture

Jimmy Passeti 50 Most Valuable Professional

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans