- {{ __('auth.forgot_password') }}
+ {{ __('auth.forgot_password_heading') }}
diff --git a/resources/views/auth/login.blade.php b/resources/views/auth/login.blade.php
index 42faf517f..8bd8e81fc 100644
--- a/resources/views/auth/login.blade.php
+++ b/resources/views/auth/login.blade.php
@@ -23,7 +23,7 @@
required label="{{ __('input.password') }}" />
- {{ __('auth.forgot_password') }}?
+ {{ __('auth.forgot_password_link') }}
@else
- {{ __('auth.forgot_password') }}?
+ {{ __('auth.forgot_password_link') }}
@endenv
From 84a2073f7ff9f81d68efc4dee703d2ae1e83d006 Mon Sep 17 00:00:00 2001
From: Datenschmutz <63157166+Datenschmutz@users.noreply.github.com>
Date: Mon, 4 Aug 2025 14:15:37 +0200
Subject: [PATCH 8/8] feat(service): update Authentik template (#6264)
---
templates/compose/authentik.yaml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/templates/compose/authentik.yaml b/templates/compose/authentik.yaml
index d50110a44..06637d88b 100644
--- a/templates/compose/authentik.yaml
+++ b/templates/compose/authentik.yaml
@@ -6,7 +6,7 @@
services:
authentik-server:
- image: ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2025.6.3}
+ image: ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2025.6.4}
restart: unless-stopped
command: server
environment:
@@ -35,7 +35,7 @@ services:
redis:
condition: service_healthy
authentik-worker:
- image: ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2025.6.3}
+ image: ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2025.6.4}
restart: unless-stopped
command: worker
environment: