Adjust changelog for UUID validation fix

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

View File

@@ -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

View File

@@ -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