Files
ubicloud/migrate
Enes Cakir c427e67871 Make project invitation emails case insensitive
When a user registers using an invitation email with different casing,
the system fails to find the invitation because the email column is
case-sensitive. I reviewed the rodauth code and found that it uses a
`citext` column for emails to ensure case insensitivity [^1]. Given that
we match `accounts.email` with `project_invitation.email`, we also need
to make `project_invitations.email` case-insensitive.

[^1]: 24bc83ff54/README.rdoc (L317)
2024-09-18 15:42:03 +03:00
..
2023-07-21 13:43:08 +02:00
2023-09-26 09:58:47 +02:00
2023-10-17 17:49:24 +02:00