diff --git a/config/config.sample.php b/config/config.sample.php index 21ccab6732c..3dcde590d89 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -353,6 +353,13 @@ $CONFIG = [ */ 'lost_password_link' => 'https://example.org/link/to/password/reset', +/** + * URL to use as target for the logo link in the header (top-left logo) + * + * Defaults to the base URL of your Nextcloud instance + */ +'logo_url' => 'https://example.org', + /** * Mail Parameters * diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php index 8bdb4811df9..c9ca4e23110 100644 --- a/core/templates/layout.user.php +++ b/core/templates/layout.user.php @@ -56,7 +56,7 @@ $getUserAvatar = static function (int $size) use ($_): string {