HI, Is there a way I can set the default identity ...
# ory-selfhosting
g
HI, Is there a way I can set the default identity state to inactive on creation? (I'm using the quickstart docker setup to play with kratos)
m
Why do you want to set it to inactive? You can require verification before login is possible for example. Inactive is only possible if you create it through the admin API I think.
g
Yes I need users to be activated by an admin manualy. So I need the user to create the identity and it to be activated by the admin.
@magnificent-energy-493 I thought to make and web_hook which to call /admin/identities with
status: "inactive
but I can not find a way to pass the user id as and url parameter to the hook
url
. Do you have any idea is it possible?