Need to enable Auto-login, but hide auto-login button on login screen

I need to enable the auto-login in the project (with user “autolog-user”)
But I don’t wan’t the “Auto Login” button on the login screen.

I have the same project for PC client and TV client.
clientTagModeTV is set by the launcher commnand.

In the client start script,

username = system.security.getUsername()
if username == "autolog-user" && clientTagModeTV:
	system.security.logout()

The setting enable the auto-login manage the visibility of the “Auto login” button.
It would be usefull if we can have a separate settings in the project properties for this button visibility…

You could leave the regular project as is (no auto-login) and make a separate project that has auto-login and immediately retargets to the ‘main’ project.

2 Likes