Release 2.57 (#5929)
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user