Adjust changelog for UUID validation fix

This commit is contained in:
Vincent Petry committed 2020-08-12 14:46:16 +02:00
1 parent a183de1d36
commit 0a16aaa73c
2 files changed
+6 -6

No files matched your search

@@ -0,0 +1,6 @@
Bugfix: Adjust UUID validation to be more tolerant
The UUID now allows any alphanumeric character and "-" and "_" which
can also allow regular user names.
https://github.com/owncloud/ocis-settings/issues/41
@@ -1,6 +0,0 @@
Bugfix: Allow any user id format
The user id / account UUID should allow any format as in some cases a regular user name
could be used there.
https://github.com/owncloud/ocis-settings/issues/41