Custom Login Page. Configurable by the application

0
Hi All, How does login.js file works and verifies the username and password from the database? I am not able to find documentation on this. I want to create a custom login page with more buttons and custom hyperlinks, and the values for these hyperlinks and buttons should be configurable by users inside application in an entity. I don’t want to enable Anonymous Users. Is there a way I can call internal microflows from the login page?
asked
2 answers
1

Without enabling anonymous user I don’t think you can. But you can enable anonymous user and give him only access to that login page that you will create.

answered
0

As Joshua said, the anonymous users are the way to go. Create a starting page for them with a login-functionality and then add all hyperlinks that you need.

answered