fix(lldap) fix password requirements with the correct validation type. (#10774)
**⚒️ Fixes** Change min value for LLDAP password to min length **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [x] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **✔️ Checklist:** - [x] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [x] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [x] ⬆️ I increased versions for any altered app according to semantic versioning --------- Signed-off-by: NeoToxic <remidu34070@hotmail.fr> Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Signed-off-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Co-authored-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
This commit is contained in:
co-authored by
Stavros Kois
Xstar97TheNoob
parent
be31e14287
commit
e029858310
@@ -23,7 +23,7 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/lldap
|
||||
- https://github.com/nitnelave/lldap
|
||||
type: application
|
||||
version: 1.2.0
|
||||
version: 1.2.1
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- ldap
|
||||
|
||||
@@ -41,7 +41,7 @@ questions:
|
||||
required: true
|
||||
private: true
|
||||
default: ""
|
||||
min: 8
|
||||
min_length: 8
|
||||
- variable: LLDAP_HTTP_URL
|
||||
label: "Public URL"
|
||||
schema:
|
||||
|
||||
Reference in New Issue
Block a user