Server: Password on share: enforce vs. ask

Created on 9 May 2019  ·  8Comments  ·  Source: nextcloud/server

TODO

image

We have two different options here

  • enforce: password needs to be set

    • the dialog should have no option to skip it

  • always ask: ask for a password, but it is not required

    • the dialog should indicate that it is ok to skip it

Enforce vs. optional
2019-05-09-094108 2019-05-09-124724

@nextcloud/designers

💻 desktop 🤖🍏 mobile overview

All 8 comments

IS this a feature request? A bug? :thinking:

This is a meta-issue for clients, as indicated by labels.
We agreed to have those issues centrally in server and, if needed, then individual in each repo.
Once the client is working, this should be noted here and if every client/platform has included it, we can close this.

tl;dr: for feature parity we track this here with label "client"

In capability this is:

Enforce password:

"files_sharing": {
          "api_enabled": true,
          "public": {
            "enabled": true,
            "password": {
              "enforced": true
            },

But I do not see a capability for "always ask for password"?
@nextcloud/server-triage

I added a PR to support askForPassword capability.

The mandatory/optional state of the password could also not only be indicated by the dialog, but by the flow. If passwords are enforced, the prompt to enter the password should directly show and say something like "Passwords are mandatory".

the prompt to enter the password should directly show and say something like "Passwords are mandatory".

This is already the case. but in both cases. The only difference is the title…

So @jancborchardt are you fine with this? :-D

Yes, sorry – I :+1:’d your reply and meant that I was fine with it. :D

Was this page helpful?
0 / 5 - 0 ratings