Эх сурвалжийг харах

HUE-3672 [doc] Document password script for databases

Romain Rigaux 9 жил өмнө
parent
commit
0d3ac19

+ 3 - 1
desktop/conf.dist/hue.ini

@@ -219,7 +219,7 @@
 
     # Login splash HTML code
     # e.g. WARNING: You are required to have authorization before you proceed
-    ## login_splash_html=
+    ## login_splash_html=<h4>GetHue.com</h4><br/><br/>WARNING: You have accessed a computer managed by GetHue. You are required to have authorization from GetHue before you proceed.
 
     # Cache timeout in milliseconds for the assist, autocomplete, etc.
     # defaults to 86400000 (1 day), set to 0 to disable caching
@@ -482,6 +482,8 @@
     ## port=
     ## user=
     ## password=
+    # Execute this script to produce the database password. This will be used when `password` is not set.
+    ## password_script=/path/script
     ## name=desktop/desktop.db
     ## options={}
 

+ 3 - 1
desktop/conf/pseudo-distributed.ini.tmpl

@@ -223,7 +223,7 @@
 
     # Login splash HTML code
     # e.g. WARNING: You are required to have authorization before you proceed
-    ## login_splash_html=
+    ## login_splash_html=<h4>GetHue.com</h4><br/><br/>WARNING: You have accessed a computer managed by GetHue. You are required to have authorization from GetHue before you proceed.
 
     # Cache timeout in milliseconds for the assist, autocomplete, etc.
     # defaults to 86400000 (1 day), set to 0 to disable caching
@@ -486,6 +486,8 @@
     ## port=
     ## user=
     ## password=
+    # Execute this script to produce the database password. This will be used when `password` is not set.
+    ## password_script=/path/script
     ## name=desktop/desktop.db
     ## options={}