Hello there,
I'm sending an password recovery e-mail to the user:
When the user clicks on the link, he's redirected to a web page. But here is my problem. The Outsystems is showing the login page, but it should show the page referring to the URL.
If I click on the URL bar and press Enter, I will be redirected to the correct page.
But I was hoping the user wouldn't have to do this. I would like the user to go straight to the correct page.
Can anyone help me with this?
After a lot of research I found that the system was set up this way.
The splash creen setting causes the system to behave this way.
In my case, the system was incorrectly configured with the login screen for splash screen.
Hi Thales,
Do you need the user to access this page without being logged in? If so, you probably need to have that page accessible as anonymous, so the user can go there without logging in.
I hope this helps!
Hello Laura,
Yes, this page doesn't need a logged user to be accessed, but I've checked the Anonymous Role for this page.
That's why I think that this behavior is strange/unexpected.
The url bar shows the url I expected, but the page presented is the login page. When I click on the URL bar and press Enter, I get to the page I would expect without logging.
Thank you for the info Thales!
How are you building the link for the redirect? Can you show it?
Maybe there's something there causing the behavior
Yes, i will show you.
I send an e-mail to the user by a Traditional Web Application, because i can't translate my e-mails by a Reactive Web Application.
This e-mail has a link to an external page.
I have a Reactive Web Application for my web pages.
The external page quoted above sends the user to a validation page in my reactive application.
My validation page is a blank page.
Its function is just to validate that the token is valid and redirect the user to a password change page.
All pages in that context are cheked anonymous.
I do not know what to do.
I found that this is an application pattern.
To test this I checked all screens in the application as Anonymous.
When I right-click on the screen and select the "open in browser" alternative, the login screen always opens first.