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
Thanks Phil, works great.
It's a shame there is no default functionality.
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.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156