Release 2.57 (#5929)

This commit is contained in:
Kevin Papst
2026-05-21 22:14:10 +02:00
committed by GitHub
parent f0ce1c7bd6
commit 976d38e8a4
101 changed files with 4226 additions and 1119 deletions

View File

@@ -175,6 +175,11 @@ final class SystemConfiguration
return (bool) $this->find('user.registration');
}
public function getAuthenticationTheme(): string
{
return $this->getString('user.theme', 'auto');
}
public function getPasswordResetTokenLifetime(): int
{
return (int) $this->find('user.password_reset_token_ttl');