login.html cannot change

0
I change the text from Sign In into the other text, but when I restart the module, it did not had any change.  
asked
4 answers
0

Hi there,

 

So the login page is a default and will constantly be overwritten. You would either have to create a custom login page or you should try to update it using your styling

answered
0

Hi Wei Jie Sow,

Just duplicate the login page and customize according to your need & please remember give the anonymous userRoles to created duplicate page and use that page in the Navigation

image.png

answered
0

Try copying the login.html file from deployment/web to theme/web and change it there. It should be copied to the deployment folder when you build your application.

 

I hope this helps.

answered
0

there are 2 login pages.

the one in Mendix, and the login.html version.

 

make sure you are on:

http://localhost:8080/login.html

and not 

http://localhost:8080/

answered