I'm seeing something odd and can hope an Ory dev c...
# ory-selfhosting
p
I'm seeing something odd and can hope an Ory dev can help explain. I have a test environment in which I've created 1000+ accounts using kratos. Only 256 of these accounts have "Recovery Addresses". All the accounts were created with the same script. Why this inconsistency? I found this when testing account recovery and noticing that some accounts never get emails - the email address is not found. The account does have an email in the identity.traits though. Here's a bit of what I see:
Copy code
/home/ory $ kratos list identities -e <http://localhost:4433> --page-size=2048 | wc -l                                   
2024/04/17 16:05:37 [DEBUG] GET <http://localhost:4433/admin/identities?consistency=eventual&page_size=2048&page_token=> 
1151                                                                                                                   
/home/ory $ kratos list identities -e <http://localhost:4433> --page-size=2048 | grep @example.net | wc -l               
2024/04/17 16:05:55 [DEBUG] GET <http://localhost:4433/admin/identities?consistency=eventual&page_size=2048&page_token=> 
256