netzbegruenung / keycloak-mfa-plugins

Keycloak Authentication Provider implementation to get a 2nd-factor authentication with a OTP/code/token send via SMS
Apache License 2.0
42 stars 9 forks source link

Allow changing SMS texts via theme #80

Closed svenseeberg closed 2 months ago

svenseeberg commented 2 months ago

I tried to configure the SMS text in the login theme. I added a line to the themes/mytheme/login/messages/messages_de.properties with smsAuthText=My new message %1$s. This new text was not used. Maybe it works with another trick, for example in the account theme. If that is the case, we should document it.

melegiul commented 2 months ago

The problem was caused by a duplicated entry for smsAuthText. See https://git.verdigado.com/verdigado/keycloak-themes/pulls/20