From 8fac3be961e1d9fcd42834a9f995037c2a7a6930 Mon Sep 17 00:00:00 2001 From: Usama Ahmad <96994784+usama9500@users.noreply.github.com> Date: Fri, 23 Aug 2024 20:21:05 +0500 Subject: [PATCH] link fix (#2057) --- docs/Support/FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Support/FAQ.md b/docs/Support/FAQ.md index 1176818b7..041898255 100644 --- a/docs/Support/FAQ.md +++ b/docs/Support/FAQ.md @@ -224,7 +224,7 @@ For instance, the configuration for a service task can be found [here](https://g **Q:** How can I create new users for my co-workers in SpiffWorkflow? **A:** There are multiple methods to manage this, such as using OpenID or the process model. However, for beginners eager to add a user quickly, you can adjust the 'example.yml' configuration file within the app identified as ` 'SPIFFWORKFLOW_BACKEND_PERMISSIONS_FILE_NAME: "example.yml"` -After making changes, restart the container to update user details. For more information, refer to the [Spiff-Arena documentation](https://spiff-arena.readthedocs.io/en/latest/installation_integration/admin_and_permissions.html). The mentioned file can be found [here](https://github.com/sartography/spiff-arena/tree/main/spiffworkflow-backend/src/spiffworkflow_backend/config/permissions). +After making changes, restart the container to update user details. For more information, refer to the [Spiff-Arena documentation](https://spiff-arena.readthedocs.io/en/latest/DevOps_installation_integration/admin_and_permissions.html). The mentioned file can be found [here](https://github.com/sartography/spiff-arena/tree/main/spiffworkflow-backend/src/spiffworkflow_backend/config/permissions). ### **32: Understanding the Collaboration Flag in Spiff-Example-CLI**