Skip to content
Snippets Groups Projects
Verified Commit 0aef9056 authored by Ira ¯\_(ツ)_/¯'s avatar Ira ¯\_(ツ)_/¯
Browse files

Change default role from admin to staff

parent 48306fd4
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ import org.keycloak.services.resource.RealmResourceProviderFactory;
public class MailPassResourceProviderFactory implements RealmResourceProviderFactory {
private static final String DEFAULT_REALM_NAME = "master";
private static final String DEFAULT_REALM_ROLE = "admin";
private static final String DEFAULT_REALM_ROLE = "staff";
private String realmName;
private String realmRole;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment