Add default user-backend option

pull/30778/head
acsfer 2 years ago committed by GitHub
parent 6f8d35e0a4
commit c2f463e70b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,6 +1,6 @@
name: "Bug report: Nextcloud Server"
description: "Submit a report and help us improve Nextcloud Server"
title: "[Bug]: "
title: ""
labels: ["bug", "0. Needs triage"]
body:
- type: markdown
@ -130,8 +130,8 @@ body:
description: |
Select if encryption is Enabled on your Nextcloud Server.
options:
- "Enabled"
- "Disabled"
- "Encryption is Enabled"
- "Encryption is Disabled"
validations:
required: true
- type: dropdown
@ -142,6 +142,7 @@ body:
Select if an external user-backend is Enabled on your Nextcloud Server.
Describe in the "Additional info" section if you chose "Other".
options:
- "Internal user-backend only"
- "LDAP/ Active Directory"
- "SSO - SAML"
- "Other"

Loading…
Cancel
Save