Modifying the default login screen

Hi,

I was looking to see if there is a particular file I can edit such that I can add a custom one liner message on the Camunda Login page, preferably when trying to log into the Tasklist and the user is prompted for the Username and Password

Hi,

I am looking for the same, wondering if there is a way to customize ootb screens without having to git clone and manual modifications. (which i think could be hard to maintain when there is a patch/version upgrade)

Thanks

Hi @ndry93,

Not sure if it helps you, but you can change the default texts using the following file:
$CAMUNDA_HOME/server/apache-tomcat-9.0.19/webapps/camunda/app/tasklist/locales

Eg: Instead of “Username” you can give a different placeholder text

If you find any better way(with minimal changes without any compilation) to add a div or header to the actual login form, do share