Skip to main content

Notifications

Announcements

No record found.

Customer experience | Sales, Customer Insights,...
Answered

Hide username when registering locally in Dynamics portal

(0) ShareShare
ReportReport
Posted on by 38

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.

  • Elowy GrootCRM Profile Picture
    Elowy GrootCRM 38 on at
    RE: Hide username when registering locally in Dynamics portal

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

    Thanks a lot!

    Elowy.

  • Verified answer
    Nicholas Hayduk Profile Picture
    Nicholas Hayduk 2,863 on at
    RE: Hide username when registering locally in Dynamics portal

    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

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

Congratulations 2024 Spotlight Honorees

Kudos to all of our 2024 community stars! 🎉

Meet the Top 10 leaders for December

Congratulations to our December super stars! 🥳

Start Your Super User Journey

Join the ranks of our community heros! 🦹

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,759 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,468 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans