Skip to content

Commit

Permalink
Merge pull request #49009 from nextcloud/fix/noid/set-ext-pwd-as-sens…
Browse files Browse the repository at this point in the history
…itive
  • Loading branch information
provokateurin authored Oct 31, 2024
2 parents 4b19e84 + 8360c57 commit 8a13f28
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/files_external/lib/Lib/Backend/OwnCloud.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ public function __construct(IL10N $l, Password $legacyAuth) {
(new DefinitionParameter('secure', $l->t('Secure https://')))
->setType(DefinitionParameter::VALUE_BOOLEAN)
->setDefaultValue(true),
(new DefinitionParameter('password', $l->t('Password')))
->setFlag(DefinitionParameter::FLAG_OPTIONAL)
->setType(DefinitionParameter::VALUE_PASSWORD),
])
->addAuthScheme(AuthMechanism::SCHEME_PASSWORD)
->setLegacyAuthMechanism($legacyAuth)
Expand Down

0 comments on commit 8a13f28

Please sign in to comment.