documenting the auto login feature
authorAndreas Kohlbecker <a.kohlbecker@bgbm.org>
Thu, 20 Jan 2022 11:07:55 +0000 (12:07 +0100)
committerAndreas Kohlbecker <a.kohlbecker@bgbm.org>
Thu, 20 Jan 2022 11:07:55 +0000 (12:07 +0100)
README.md

index ea6d24b5586e6608f18110823d0cff3917c485a1..ab1809f44184b6b283b87bb0dc1506a03179d612 100644 (file)
--- 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