Commit Graph

1 Commits (b6b2d8b8a38a8d20adfa3afbc06e9be843435e84)

Author SHA1 Message Date
ThibG 6d4a71856b Fix unique username constraint for local users not being enforced in database ()
This should not be an issue in practice because of the Rails-level uniqueness
check, but local accounts having a NULL domain means the uniqueness constraint
did not apply to them (since no two NULL values are considered equal).
2020-06-21 12:41:38 +02:00