Save username in default Mendix logon screen

2
Hello, Currently for acceptance mode and testing mode we're using the default Mendix logon screen. Is it possible in a way to save the username, so it will be prefilled in the standard logon screen? Thanks. Bart
asked
1 answers
5

When you login with the login.html page, it will be saved if you're browser can handle this. If you browse your app, it will use the index.html by default.

The login mechanism (javascript) of Mendix is injected in this page by Mendix and it isn't possible to save you're credentials. But when you use the login.html (http://yourapp/login.html) it would ask you to to save the password. The login.html is always available, but probably you need to style it in your theming to really use it.

answered