Am I able to edit the Mendix Security page (that includes username/password)?

0
I would like to change the UX of the default Mendix sign in page to enable to app to be completely branded. Is this possible? Thank you,
asked
3 answers
2

Allow Anonymous Users through Security Settings and define a (custom) Sign in page in your Navigation.

A sign-in page can be made with the widgets available in the connector:

- Login id textbox

- Password textbox

- Sign in button

Additionally you can also resort to changing the login.html in your Theme folder (Project Directory) with your HTML/CSS skills (default login page has its own css file..)

answered
0

Hi Sophie, 

Take a look at the Login Form widget available on the app store. 
https://appstore.home.mendix.com/link/app/87/

And also the instructions on the first result here: 

https://forum.mendix.com/link/questions/7765

answered
0

Yes, your theme folder (/projectfolder/theme) contains a login.html file. You can edit that to style your login page. You can find the login.css file in /projectfolder/theme/styles.

answered