nextcloud-server/lib/private/Template
Daniel Calviño Sánchez aa4e7f92f7 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:55:09 +07:00
..
Base.php
CSSResourceLocator.php
JSCombiner.php
JSConfigHelper.php fix: Do not show password dialog when user can not validate password 2025-07-29 15:55:09 +07:00
JSResourceLocator.php fix(JSResourceLocator): incorrect parameter was being used 2025-04-29 10:16:50 +07:00
ResourceLocator.php
ResourceNotFoundException.php
TemplateFileLocator.php