nextcloud-server/lib/private/Template
Daniel Calviño Sánchez 03c76d86a6 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-18 20:55:02 +07:00
..
Base.php chore: Move template functions out of legacy folder 2025-03-20 10:54:50 +07:00
CSSResourceLocator.php chore(deps): Update nextcloud/coding-standard to v1.3.1 2024-09-19 14:21:20 +07:00
JSCombiner.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
JSConfigHelper.php fix: Do not show password dialog when user can not validate password 2025-07-18 20:55:02 +07:00
JSResourceLocator.php fix(JSResourceLocator) fix incorrect parameter being used. 2025-04-26 15:19:55 +07:00
ResourceLocator.php chore(deps): Update nextcloud/coding-standard to v1.3.1 2024-09-19 14:21:20 +07:00
ResourceNotFoundException.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
Template.php fix: Remove multiple require_once calls for template functions 2025-03-20 10:54:50 +07:00
TemplateFileLocator.php fix: Use a dedicated Exception class for when a template is not found 2025-03-06 15:49:25 +07:00
TemplateManager.php fix: Use a dedicated Exception class for when a template is not found 2025-03-06 15:49:25 +07:00
functions.php fix: Remove some call and references to deprecated OC_Util class 2025-04-07 17:05:54 +07:00