From 383e2f423399714a168ad5c76e30a6b73e0d0b8b Mon Sep 17 00:00:00 2001
From: j2blake
- Put a line like this in the runtime.properties file: - externalAuth.buttonText = [the text for your login button] For example: -
-externalAuth.buttonText = Log in using BearCat Shibboleth-
+ In your theme, add a line to the all.properties
file,
+ like this one:
+
external_login_text = [the text for your login button]+ For example: +
external_login_text = Log in using BearCat ShibbolethThe VIVO login form will display a button labelled "Log in using BearCat Shibboleth". +
+ If your site supports additional languages, add lines to the corresponding files.
+ For example, all_es.properties
might contain this line:
+
external_login_text = Entrar usando Shibboleth GatoOso+
+ Note that the property named externalAuth.buttonText
is no longer used.
+ You can specify the text of the external login button by adding a property to
+ all.properties
like this:
+
external_login_text = Log in using BearCat Shibboleth+
3. Apply any previous changes you have made to the new source diff --git a/example.runtime.properties b/example.runtime.properties index 5f8021fa..a25e5922 100644 --- a/example.runtime.properties +++ b/example.runtime.properties @@ -101,12 +101,10 @@ selfEditing.idMatchingProperty = http://vivo.mydomain.edu/ns#networkId # # If an external authentication system like Shibboleth or CUWebAuth is to be -# used, these properties say how the login button should be labeled, and which -# HTTP header will contain the user ID from the authentication system. If such -# a system is not to be used, leave these commented out. Consult the -# installation instructions for more details. +# used, this property says which HTTP header will contain the user ID from +# the authentication system. If such a system is not to be used, leave this +# commented out. Consult the installation instructions for more details. # -#externalAuth.buttonText = Log in using BearCat Shibboleth #externalAuth.netIdHeaderName = remote_userID #