p2-inc / keycloak-magic-link

Magic Link Authentication for Keycloak
https://phasetwo.io
Other
222 stars 44 forks source link

Set form-disiplay-name, and form-help-text #16

Closed ziad696 closed 1 year ago

ziad696 commented 1 year ago

It show like this, can I change to more proper text? image

xgp commented 1 year ago

You can set these values in your messages properties file with the keys ext-magic-form-disiplay-name, and ext-magic-form-help-text. Might be a good idea to have some defaults in https://github.com/p2-inc/keycloak-magic-link/blob/main/src/main/resources/theme-resources/messages/messages_en.properties if you want to submit a PR.

xgp commented 1 year ago

solved by https://github.com/p2-inc/keycloak-magic-link/pull/18 thank you @ziad696

ziad696 commented 1 year ago

welcome