Logos for external provider log-in buttons#
In Blitz Identity Provider, you can change the logos displayed on the login buttons using external identity providers (social networks) on the login page and the external identity provider bind buttons in the User profile.
To customize, you must create lines in the custom_messages
directory in the messages
file whose names correspond to the following patterns:
for the login page is
meth-logo.${type}.${name}
for User profile -
social-icon.${type}.${name}
${type}
specifies the type of external identity provider, ${name}
specifies the name of the identity provider. The values are taken from the настроек.
The string values specify the <icon class>
names assigned to buttons.
Example lines:
social-icon.saml.demo-idp=saml-demo
meth-logo.saml.demo-idp=meth-saml-demo