Commit ed48538 1 parent 92cba20 commit ed48538 Copy full SHA for ed48538
File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,21 @@ New features:
11
11
12
12
* Add support for mounting Open Klant on a ``SUBPATH ``
13
13
* Elastic APM service name can now be configured with ``ELASTIC_APM_SERVICE_NAME `` envvar
14
+ * Made user emails unique to prevent two users logging in with the same email, causing an error
14
15
15
16
.. warning ::
16
17
17
18
The service name for Elastic APM is now configurable via the ``ELASTIC_APM_SERVICE_NAME `` environment variable.
18
19
The default value changed from ``Open Klant - <ENVIRONMENT> `` to ``openklant - <ENVIRONMENT> ``
19
20
21
+ .. warning ::
22
+ User email addresses will now be unique on a database level. The database migration will fail if there are already
23
+ two or more users with the same email address. You must ensure this is not the case before upgrading.
24
+
25
+
26
+
20
27
Bugfixes/QoL:
28
+
21
29
* Settings module was refactored to use generic settings provided by Open API Framework
22
30
23
31
You can’t perform that action at this time.
0 commit comments