From 0a16aaa73cc67a8b3400a77485f32a23d60137df Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Wed, 12 Aug 2020 14:46:16 +0200 Subject: [PATCH] Adjust changelog for UUID validation fix --- changelog/unreleased/adjust-uuid-validation.md | 6 ++++++ changelog/unreleased/remove-uuid-validation.md | 6 ------ 2 files changed, 6 insertions(+), 6 deletions(-) create mode 100644 changelog/unreleased/adjust-uuid-validation.md delete mode 100644 changelog/unreleased/remove-uuid-validation.md diff --git a/changelog/unreleased/adjust-uuid-validation.md b/changelog/unreleased/adjust-uuid-validation.md new file mode 100644 index 000000000..7707fd237 --- /dev/null +++ b/changelog/unreleased/adjust-uuid-validation.md @@ -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 diff --git a/changelog/unreleased/remove-uuid-validation.md b/changelog/unreleased/remove-uuid-validation.md deleted file mode 100644 index a337ec11f..000000000 --- a/changelog/unreleased/remove-uuid-validation.md +++ /dev/null @@ -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