You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The idea is that users register with username/pass, and emails are optional (only required if the user wants recovery. This mostly works, but I've noticed the following discrepancy:
If entering an email at account creation time, the email verification flow is triggered
If adding an email via settings after the account is created, no verification is required
I wouldn't expect when the user adds the email to change the fact that they have to verify it. I can confirm that the email can be used for account recovery in both cases. I'm running on self-hosted Ory Kratos.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have an identity schema like this:
identity.schema.json
The idea is that users register with username/pass, and emails are optional (only required if the user wants recovery. This mostly works, but I've noticed the following discrepancy:
I wouldn't expect when the user adds the email to change the fact that they have to verify it. I can confirm that the email can be used for account recovery in both cases. I'm running on self-hosted Ory Kratos.
Beta Was this translation helpful? Give feedback.
All reactions