From a11c2ef2206ba2f9466b049f80b5a8f261049156 Mon Sep 17 00:00:00 2001 From: Andreas Kohlbecker Date: Thu, 20 Jan 2022 12:07:55 +0100 Subject: [PATCH] documenting the auto login feature --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ea6d24b5..ab1809f4 100644 --- a/README.md +++ b/README.md @@ -30,10 +30,18 @@ For example to enable the `RegistrationUI` you will need to add the name defined cdm-vaadin.ui.activated=account,concept,distribution,editstatus,registration ~~~ +### Auto login into the vaadin application + +For development it can be convenient to enable the automatic login. +To enable this feature you will need to supply the following system properties: + +~~~ +-Dcdm-vaadin.login.usr=username +-Dcdm-vaadin.login.pwd=password +~~~ #### Setup Selenium based UI tests **NOTE**: -* Run a `clean install` goal to download the Selenium drivers - +* Run a `clean install` goal to download the Selenium drivers \ No newline at end of file -- 2.34.1