Changing label / placeholder on user name field on login.html page

0
My app uses the login.html page that is used by the deeplink module. I'm trying to change the label and placeholder of the username text box but no matter what I change them to (or if I leave them blank) they still stubbornly say "user name". I'm running the app on localhost through the modeler at the moment. Is the value of this being derived somewhere else in the application?
asked
3 answers
1

Hi Mark,

 

As John mentioned, you can modify the label and textbox of the username through the html file that is placed in widget.

I believe there is a loginform.html file under template folder.

 

 

 

answered
0

Hi Mark,

Did you try to modify the login widget?
Search for the Login widget and change the captions in the properties accordingly.

 

Cheers,

answered
0

If you mean this page:

Then copy the login.html from you deployment directory (deployment/web) to you theme directory (if you using a theme which is in a zip, extract the contents and set your theme in the modeler to default.). You can adjust you login.html now. On next deployment it will use you changed login.html:

answered