Commit Graph

1 Commits (8eb97e8ca2e731eba7f5be2d80e7e5254929814f)

Author SHA1 Message Date
ThibG c6904c0d37
Fix unique username constraint for local users not being enforced in database (#14099)
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).
5 years ago