瀏覽代碼

fix validation on password allowed characters (#1268)

Stavros Kois 2 年之前
父節點
當前提交
4a1fd97f05
共有 2 個文件被更改,包括 5 次插入2 次删除
  1. 1 1
      library/ix-dev/charts/collabora/Chart.yaml
  2. 4 1
      library/ix-dev/charts/collabora/questions.yaml

+ 1 - 1
library/ix-dev/charts/collabora/Chart.yaml

@@ -5,7 +5,7 @@ description: |
 annotations:
   title: Collabora
 type: application
-version: 1.2.13
+version: 1.2.14
 apiVersion: v2
 appVersion: '21.11.4.1.1'
 kubeVersion: '>=1.16.0-0'

+ 4 - 1
library/ix-dev/charts/collabora/questions.yaml

@@ -46,7 +46,10 @@ questions:
             type: string
             private: true
             default: "changeme"
-            valid_chars: "[a-zA-Z0-9!@#$%^&*?]{8,}"
+            valid_chars: "[a-zA-Z0-9!@#%^&*?]{8,}"
+            valid_chars_error: |
+              Password must be at least 8 characters long</br>
+              Can contain at numbers, letters, and the following characters: !@#%^&*?
             required: true
         - variable: dictionaries
           label: "Dictionaries to use, leave empty to use all"