Merge branch 'master' of https://gitlab.com/isard/isard-sso
commit
d7648730fc
|
@ -52,7 +52,7 @@ class KeycloakClient():
|
||||||
users=self.get_users_with_groups_and_roles()
|
users=self.get_users_with_groups_and_roles()
|
||||||
userupdate=[]
|
userupdate=[]
|
||||||
for u in users:
|
for u in users:
|
||||||
if u['username'] not in ['admin'] and not u['username'].startswith('system_'):
|
if u['username'] not in ['admin','ddadmin'] and not u['username'].startswith('system_'):
|
||||||
print('Generating password for user '+u['username'])
|
print('Generating password for user '+u['username'])
|
||||||
userupdate.append({'id':u['id'],
|
userupdate.append({'id':u['id'],
|
||||||
'username':u['username'],
|
'username':u['username'],
|
||||||
|
|
Loading…
Reference in New Issue