Skip to content
Snippets Groups Projects
Commit 1f7c7fa1 authored by Thorbjørn Lindeijer's avatar Thorbjørn Lindeijer
Browse files

Allow account email to be null in the database

When using login with Stellar, the email address remains empty. This was
causing issues since the email is also required to be unique, in effect
only a single Stellar account could exist.

Resolved this by allowing the email column to be null, since the unique
requirement does not cover null values. An empty email will now be
stored as null value.

For non-Stellar logins, an email address is still required.
parent 7e0e3c6a
No related branches found
No related tags found
Loading
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment