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

9336 « unreleased « changelog - github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9e91b6364dfb42edbf0daf01a859fdcd2c090762 (plain)
1
2
3
4
5
6
7
8
9
10
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