Skip to content

Hide gitlab-runner from the login screen

Adrien Kohlbecker requested to merge ak/hide-user into master

When you connect to an Orka VM after provisioning, there are two user options : Admin and gitlab-runner. gitlab-runner is intended to be the owner of the runner service and shouldn't be used to login. We also don't set a password on this user.

Removing the entry from the login screen makes things less confusing for our users.

Merge request reports