Doubt with respect to redirecting to another page

Hello,

I have created a custom login screen using webdev and once logged in, it will redirect to perspective project page

And if logged out from the perspective project using a button, is it possible to redirect back to the login page?

Thanks in advance

First and foremost: That seems like a terrible security hole.

That said, system.perspective.navigate is used to... navigate.
https://docs.inductiveautomation.com/display/DOC81/system.perspective.navigate

But really, especially if you couldn't find that function on your own, making your own login page when there's already a built-in one seems... hazardous, at best.

5 Likes