From 4e8be1543da473605e84f5dc7061160c000651f6 Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Thu, 2 Feb 2023 12:34:53 +0100 Subject: [PATCH] Login: Add notice about disabled login and hide buttons --- public/css/theme-bthree-dark.css | 4 ++++ templates/user/auth/signin.tmpl | 25 +++++++++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 templates/user/auth/signin.tmpl diff --git a/public/css/theme-bthree-dark.css b/public/css/theme-bthree-dark.css index d322796..2236fc2 100644 --- a/public/css/theme-bthree-dark.css +++ b/public/css/theme-bthree-dark.css @@ -1,3 +1,7 @@ +/* */ +#navbar .right.stackable.menu { + display: none; +} /* bthree dark theme */ @font-face { diff --git a/templates/user/auth/signin.tmpl b/templates/user/auth/signin.tmpl new file mode 100644 index 0000000..7a364ab --- /dev/null +++ b/templates/user/auth/signin.tmpl @@ -0,0 +1,25 @@ +{{template "base/head" .}} + + +
+
+
+
+ Login is temporarily disabled. +
It will be enabled again once the migration to projects.blender.org is complete. + Read more. +
+
+
+
+ + + +{{template "base/footer" .}}