Skip to content

Commit

Permalink
Update authorization warning
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimvh committed Oct 12, 2023
1 parent fc16a3f commit 507707b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/data/choices/Authorization.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ export const AUTHORIZATION = {
</p><p class="text-danger"><i class="bi bi-exclamation-triangle me-1"></i>
Disabling this allows everyone to access and modify all resources on the server.
</p><p class="text-danger"><i class="bi bi-exclamation-triangle me-1"></i>
Do not switch between WAC and ACP on an existing server
if its data was previously was configured with the other system.
If you have a running server and want to switch between authorization systems,
you will also have to replace the relevant authorization resources as,
for example, ACP can not interpret WAC authorization resources.
`,
options: [
{ value: 'wac', label: 'Web Access Control' },
Expand Down

0 comments on commit 507707b

Please sign in to comment.