Skip to content

Commit

Permalink
Update docs/technical documentation/11. FAQ.md
Browse files Browse the repository at this point in the history
Co-authored-by: Phil Schneider <[email protected]>
  • Loading branch information
MaximilianHauer and Phil91 authored Sep 2, 2024
1 parent 53d0015 commit dc59bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/technical documentation/11. FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ For the scenario of sql, the relevant sql can get found below:
```sql
INSERT INTO portal.user_roles(
id, user_role, offer_id, last_editor_id)
VALUES ('copied uuid from url', 'Name of your Keycloak Role', 'offerID of portal or registration', null);
VALUES ('copied uuid from url', 'Name of your Keycloak Role', 'offerID of Technical User Management', null);
```

3rd add role description in german and english
Expand Down

0 comments on commit dc59bfb

Please sign in to comment.