Skip to content

Commit

Permalink
feat: implement PM feedback users module
Browse files Browse the repository at this point in the history
* no user template by default
* disable email invite by default
* automatic search by default
  • Loading branch information
m0wer committed Dec 3, 2024
1 parent b1ce53f commit dd7db58
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions helm/stack-data-ums/config/default-base.conf
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ directory:
users:
user:
add:
default: "cn=selfserviceregistrationtemplate,cn=templates,cn=univention,{{ include \"stack-data-ums.ldapBaseDn\" . }}"
default: ""
properties:
description:
syntax: TextArea
Expand All @@ -65,11 +65,11 @@ directory:
username:
syntax: uid
search:
autosearch: "False"
autosearch: true
wizard:
property:
invite:
default: "True"
default: false
overridePWLength:
default: "False"
visible: "False"
Expand Down Expand Up @@ -374,7 +374,7 @@ umc:
udm_attributes:
required: lastname,username
usercontainer: cn=self registered users,{{ include "stack-data-ums.ldapBaseDn" . }}
usertemplate: cn=selfserviceregistrationtemplate,cn=templates,cn=univention,{{ include "stack-data-ums.ldapBaseDn" . }}
usertemplate: ""
account-verification:
backend:
enabled: "false"
Expand Down

0 comments on commit dd7db58

Please sign in to comment.