Replies: 3 comments 1 reply
-
Unless changes have been made in the mean time, according to @drakkan 's reply here, the dynamic management of users only supports normal users and not admins. |
Beta Was this translation helpful? Give feedback.
1 reply
-
My old answer is no longer accurate |
Beta Was this translation helpful? Give feedback.
0 replies
-
so, can i set ldap auth plugin to WebAdmin? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi.
I connected Keycloak and SFTPGO. User creation works like a charm.
Now i want to differentiate between User and Admin creation.
I know that i have to create a event with an admin template. I just dont quite understand how i can differentiate between users and admins.
My guess is that i could use a "role" but what exactly are the parameter? (e.g. role=user / role=admin)
So that i change
{
"username": "{{Name}}",
"email": "{{Email}}",
"status": 1,
to
{
"username": "{{Name}}",
"email": "{{Email}}",
"role" : "{{Role}}",
?
Beta Was this translation helpful? Give feedback.
All reactions