Livio Spring 833f6279e1
fix: allow invite codes for users with verified mails (#9962)
# Which Problems Are Solved

Users who started the invitation code verification, but haven't set up
any authentication method, need to be able to do so. This might require
a new invitation code, which was currently not possible since creation
was prevented for users with verified emails.

# How the Problems Are Solved

- Allow creation of invitation emails for users with verified emails.
- Merged the creation and resend into a single method, defaulting the
urlTemplate, applicatioName and authRequestID from the previous code (if
one exists). On the user service API, the `ResendInviteCode` endpoint
has been deprecated in favor of the `CreateInviteCode`

# Additional Changes

None

# Additional Context

- Noticed while investigating something internally.
- requires backport to 2.x and 3.x
2025-05-26 13:59:20 +02:00
..
2024-11-04 10:44:51 +00:00
2025-05-02 13:44:24 +02:00
2024-09-11 10:53:55 +00:00
2025-05-02 13:44:24 +02:00
2025-05-02 13:44:24 +02:00
2024-04-11 09:16:10 +02:00
2024-01-17 10:16:48 +00:00
2024-01-17 10:16:48 +00:00
2022-11-30 17:01:17 +01:00
2025-05-02 13:44:24 +02:00
2025-05-02 13:44:24 +02:00
2025-02-11 18:09:50 +00:00
2024-09-11 10:53:55 +00:00