Skip to main content

Notifications

Microsoft Dynamics CRM (Archived)

Sign In Page as Home Page

Posted on by 260

Hi All, 

I'm looking to have the sign page as the home page on the Customer Self Service Portal.

Any ideas on how this can be set up?

I've tried a redirect from / to /SignIn with no luck.

Also, where do I find the Sign Page template?

Thanks

Martin

*This post is locked for comments

  • Martin McG Profile Picture
    Martin McG 260 on at
    RE: Sign In Page as Home Page

    Thanks Phil, works great.

    It's a shame there is no default functionality.

  • Verified answer
    philc79 Profile Picture
    philc79 90 on at
    RE: Sign In Page as Home Page

    Hi Martin,

    The Sign In template does not seem to be accessible.

    I have configured a redirect by creating a new WebTemplate:

    {% if user %}
      {% if user.roles contains 'Administrators' %}
        Logged in as an administrator. Redirect disabled.
      {% else %}
        <script>
          window.location.replace('/support/');
        </script>
      {% endif %}
    {% else %}
      <script>
        window.location.replace('/SignIn?ReturnUrl=/support');
      </script>
    {% endif %}

    I called this web tgemplate "Home Redirect" and then set the home page / to use this new template.

    If you log in as an administrator then it does not redirect as you need to be able to access the home page as admin to update css child pages etc.

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

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

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

#2
Martin Dráb Profile Picture

Martin Dráb 230,188 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans