Ver código fonte

colabora: adjust password regex and message (#2533)

Stavros Kois 1 ano atrás
pai
commit
98f0ca0f37

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

@@ -4,7 +4,7 @@ description: Collabora is a collaborative online office suite based on LibreOffi
 annotations:
   title: Collabora
 type: application
-version: 2.0.15
+version: 2.0.16
 apiVersion: v2
 appVersion: 24.04.3.1.1
 kubeVersion: '>=1.16.0-0'

+ 2 - 2
library/ix-dev/charts/collabora/questions.yaml

@@ -60,13 +60,13 @@ questions:
             private: true
             required: true
             show_if: [[enableWebUI, "=", true]]
-            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 and contain at least one of the following:</br>
               - Uppercase letter</br>
               - Lowercase letter</br>
               - Number</br>
-              - Special character</br>
+              - Special character (!@#$%^&*?)</br>
         - variable: serverName
           label: Server Name
           description: The server name for Collabora.