From b46420867071d8694b26f2e77838602429e87856 Mon Sep 17 00:00:00 2001 From: weidenwiesel Date: Wed, 11 Feb 2026 19:16:08 +0100 Subject: [PATCH] Add login/registration info text --- .../invidious/0018-add-login-form-info.patch | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 patches/invidious/0018-add-login-form-info.patch diff --git a/patches/invidious/0018-add-login-form-info.patch b/patches/invidious/0018-add-login-form-info.patch new file mode 100644 index 0000000..b4b167a --- /dev/null +++ b/patches/invidious/0018-add-login-form-info.patch @@ -0,0 +1,21 @@ +From e95b4364979bd95ece3ecdbf18f2d60bf3f06a3f Mon Sep 17 00:00:00 2001 +From: weidenwiesel +Date: Sat, 20 Dec 2025 11:23:17 +0100 +Subject: [PATCH 18/18] Add login form notice + +--- + src/invidious/views/user/login.ecr | 2 ++ + 1 files changed, 2 insertions(+) +diff --git a/src/invidious/views/user/login.ecr b/src/invidious/views/user/login.ecr +index 7ac96bc6..aba78ad3 100644 +--- a/src/invidious/views/user/login.ecr ++++ b/src/invidious/views/user/login.ecr +@@ -8,6 +8,8 @@ +
+ <% case account_type when %> + <% else # "invidious" %> ++

Login or register

++

Enter your credentials. For new registrations, you can choose any User ID (min. 3 characters).
Existing users will be logged in, new users will be registered automatically.

+
+
+ <% if email %>