We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c9dd09 commit c3d523aCopy full SHA for c3d523a
CHANGELOG.rst
@@ -2,6 +2,18 @@
2
Change history
3
==============
4
5
+
6
+2.4.x (TBD)
7
+------------------
8
9
+**New features**
10
11
+* made user emails unique to prevent two users logging in with the same email, causing an error
12
13
+.. warning::
14
+ User email addresses will now be unique on a database level. The database migration will fail if there are already
15
+ two or more users with the same email address. You must ensure this is not the case before upgrading.
16
17
2.4.0 (2024-07-05)
18
------------------
19
0 commit comments