diff --git a/templates/custom/signin_mid.tmpl b/templates/custom/signin_mid.tmpl new file mode 100644 index 0000000000..0c1f204be6 --- /dev/null +++ b/templates/custom/signin_mid.tmpl @@ -0,0 +1,6 @@ +{{/* Uncomment to use this example in your login screen */}} +{{/* +
+

This instance is being used for community development of SomeGreatSoftwareName and software within its ecosystem. Unrelated repositories will be removed.

+
+*/}} \ No newline at end of file diff --git a/templates/custom/signup_top.tmpl b/templates/custom/signup_top.tmpl new file mode 100644 index 0000000000..e179322632 --- /dev/null +++ b/templates/custom/signup_top.tmpl @@ -0,0 +1,6 @@ +{{/* Uncomment to use this example in your registration form */}} +{{/* +
+

This instance is being used for community development of SomeGreatSoftwareName and software within its ecosystem. Unrelated repositories will be removed.

+
+*/}} \ No newline at end of file diff --git a/templates/user/auth/signin_inner.tmpl b/templates/user/auth/signin_inner.tmpl index db705c4777..e6658120bd 100644 --- a/templates/user/auth/signin_inner.tmpl +++ b/templates/user/auth/signin_inner.tmpl @@ -11,7 +11,7 @@
{{if .EnableInternalSignIn}} -
+
@@ -45,6 +45,8 @@ {{end}} + {{template "custom/signin_mid"}} + {{template "user/auth/oauth_container" .}}
diff --git a/templates/user/auth/signup_inner.tmpl b/templates/user/auth/signup_inner.tmpl index b9cfff4b0b..5e83c14e33 100644 --- a/templates/user/auth/signup_inner.tmpl +++ b/templates/user/auth/signup_inner.tmpl @@ -14,6 +14,7 @@ {{if .DisableRegistration}}

{{.DisableRegistrationReason}}

{{else}} + {{template "custom/signup_top"}}