Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Müller <fmueller@owncloud.com>2022-03-11 14:35:31 +0300
committerHannah von Reth <vonreth@kde.org>2022-03-11 15:05:49 +0300
commitd34f46135777cc62c2948914b8d82048348c5621 (patch)
tree08daed14fa145cb54344d59c391e993f1f555fa4 /changelog
parentbf5bb0ef897c5b20eacb8e78ce6784fbb509dbe6 (diff)
Add missing changelog entry
Diffstat (limited to 'changelog')
-rw-r--r--changelog/unreleased/933611
1 files changed, 11 insertions, 0 deletions
diff --git a/changelog/unreleased/9336 b/changelog/unreleased/9336
new file mode 100644
index 000000000..9e91b6364
--- /dev/null
+++ b/changelog/unreleased/9336
@@ -0,0 +1,11 @@
+Enhancement: Leave password field in share dialog enabled on errors
+
+The password line edit used to be disabled because the related checkbox was unchecked upon errors
+such as failing to satisfy the requirements imposed by the "password policy" server app.
+
+Now, the checkbox will not be unchecked, leaving the line edit enabled and keeping the focus on
+it. This allows users to enter a new password and try again without having to enable the checkbox
+and clicking into the line edit again.
+
+https://github.com/owncloud/client/issues/9336
+https://github.com/owncloud/client/pull/9508