malys
1
I’m using **v1.0.0-rc2. There are 2 registered users .
defaultsettings:
discoverable_by_name: true
discoverable_by_email: true
service:
enableemailreminders: false
enableopenidteamusersearch: true
auth:
local:
enabled: false
openid:
enabled: true
...
I have tried to create a team and assign members .
But it’s impossible to find users to add in team. get api/v1/users → null
Do your users have the setting enabled? (Default settings are only used when creating the user)
malys
3
yes
5 x x 0 initials 0 https:/yyy.com/realms/dfsfssfdf-f370-4f9c-a9c4-245b094e49d4 sdfsf-583e-sdf-8a0b-sdfsdffalse true true true 9:00 11 0 GMT null null 0 2025-11-17 13:36:38.000 2025-11-17 13:36:38.000
and it"s not working.
I need to INSERT SQL query to add user in team
INSERT INTO public.team_members
( team_id, user_id, "admin", created)
VALUES(3, 5, true, '2025-11-10 14:24:23.000');
and after, it is appearing…
and you see no results when searching for their name, full username or email address?
malys
5
no results.
They appears after insert (sql)
but we’re talking about the form where you’re adding the users to the team? Not assignees or similar?
malys
8
@kolaente any idea about the origin of this issue?
I can make test and enable trace to debug?
Can you reproduce this on the demo? A screen recording would be great.
1 Like