creating login page on mendix

1
can somebody help me or guide me how to create log in page on mendix
asked
4 answers
5

just follow the steps in this learning path

https://academy.mendix.com/link/module/183/lecture/1426/3.7.3-Creating-a-Custom-Login-Page


 

answered
2

Hey there,

you can either use the standard login.html page

or you can create your own authentication page by going to:

  • security
    • enable anonymous users
      • DO PAY ATTENTION TO HAVE STRONG SECURITY IN YOUR APPLICATION
  • Navigation
    • select a sign in page
    • create a new page
    • et voila

 

The following video might help as well

https://www.youtube.com/watch?v=ePuS-grmcXw

 

Based on comment:

create the userroles here (security > user roles):

 

then use the navigation page to create homepages for the different userroles:

answered
0

The following video might helpful 

https://www.youtube.com/watch?v=ePuS-grmcXw&ab_channel=Landoram

answered
-1

Hi Swetha,

In mendix there is page template for login  see below: you can use this, after that, you need to  create anonymous role in security and you need to select that anonymous user role in navigation >anonymous users.

and also in project security,in authentication sign-in page have to set that login page .

I hope it will helpfull for you.

answered