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

Community site session details

Session Id :
Microsoft Dynamics CRM (Archived)

Account/Login/Register page - Dynamics 365 Portals

(0) ShareShare
ReportReport
Posted on by

Hi

I have been looking everywhere for an answer on this.

I know that the above mentioned page is very hard to edit, and that there are a lot of limits.

I would like to know if it is possible to change the "tab" names and the button label.

I do not need anything fancy, I just need to rename the lables.

Does anybody have the solution?

Cheers

Jacob

*This post is locked for comments

I have the same question (0)
  • Community Member Profile Picture
    on at
    RE: Account/Login/Register page - Dynamics 365 Portals

    Hi Matt

    I cannot seem to get it to work.

    I am sorry but scripting in CRM is quite new to me, so please bare with me.

    I have a "tab" called "Tilmeld" and the button name is also "Tilmeld" - I would like to change that and have tried to use you script as follows:

    <script>

    $(document).ready(function() {

     $("#content").find("a[aria-label='Tilmeld']").html("Sign Up");

     $("button[title='Tilmeld']").html("Sign Up");

    });

    </script>

    I have made a snippet looking like this.

    Name: Rename

    Websted: kundeselvbetjening

    Visningsnavn: Account/SignIn/PageCopy

    Type: HTML

    Sprog: Danish - Denmark

    Can you tell me what I have done wrong?

    Thank you very much in advance

    /Jacob

  • Community Member Profile Picture
    on at
    RE: Account/Login/Register page - Dynamics 365 Portals

    Thank you very much Matt. I will try that - I must brush up on my scripting abilities.

    Jacob

  • Suggested answer
    Mahendar Pal Profile Picture
    45,095 on at
    RE: Account/Login/Register page - Dynamics 365 Portals

    Yes can do that with Jquery, We have done this, you can use content snippet and can have jquery to do modifications.

  • Suggested answer
    meenoo Profile Picture
    7,316 on at
    RE: Account/Login/Register page - Dynamics 365 Portals

    Is this what you are looking for?

    arpitmscrmhunt.blogspot.com/.../customise-registration-page-in-crm.html

    HTH.

    Thank you.

  • Suggested answer
    - Matt Bayes - Profile Picture
    890 on at
    RE: Account/Login/Register page - Dynamics 365 Portals

    Hi Jacob,

    As you said, the Account page(s) are difficult to modify, however, there are ways around this.

    1. Create a Content Snippet inside CRM for the page you want to modify. They are most likely "Account/SignIn/PageCopy", "Account/Register/PageCopy", "Account/RedeemInvitation/PageCopy". Make sure you set them as HTML instead of Text.

    2. Edit the source of these snippets and write a script to modify the tabs, such as the snippet below:

    <script>
    $(document).ready(function() { 
      $("#content").find("a[aria-label='Register']").html("Sign Up");
      $("#content").find("a[aria-label='Sign In']").html("Login");
      $("#content").find("a[aria-label='Redeem Invitation']").html("Redeem");
      
      $("button[title='Sign In']").html("Login");
      $("a[title='Forgot Your Password?']").html("I FORGOT IT!");
    });
    </script>


    Using those examples you should be able to write scripts on the snippets to modify the tabs and buttons as needed.

    I'll follow the post in case there are any questions!

    Matt Bayes

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…

Andrés Arias – Community Spotlight

We are honored to recognize Andrés Arias as our Community Spotlight honoree for…

Leaderboard > 🔒一 Microsoft Dynamics CRM (Archived)

#1
Aric Levin - MVP Profile Picture

Aric Levin - MVP 2 Moderator

#2
MA-04060624-0 Profile Picture

MA-04060624-0 1

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans