nextcloud/lib/private/Template
Daniel Calviño Sánchez 6ff15ef530 fix: Do not show password dialog when user can not validate password
The password confirmation dialog is always shown unless the user backend
does not allow password confirmation. A user backend may explicitly
provide that information, but even if it does not that could have been
defined in the authentication token with
"IToken::SCOPE_SKIP_PASSWORD_VALIDATION" (for example, when "user_oidc"
is only used for authentication and user provision is done by another
user backend).

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2025-07-29 15:54:57 +00:00
..
Base.php feat: Provide CSP nonce as <meta> element 2024-08-13 10:32:44 +02:00
CSSResourceLocator.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
JSCombiner.php chore: apply code style 2025-04-30 19:04:59 +02:00
JSConfigHelper.php fix: Do not show password dialog when user can not validate password 2025-07-29 15:54:57 +00:00
JSResourceLocator.php fix(JSResourceLocator): fix incorrect parameter being used 2025-04-29 19:08:23 +02:00
ResourceLocator.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
ResourceNotFoundException.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
TemplateFileLocator.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00