You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When enabling Multi Attribute Login in WSO2 Identity Server v7.0.0, it was observed that, after selecting a different locale from the dropdown menu available in the dropdown on the login page as shown below, the "Username or" section of the username label does not get translated to the relevant language.
Upon analyzing the code base, it was observed that at [1], the i18nKey variable is set to "Username" instead of "username". The username string does not get translated correctly due to this.
In addition, as per [2], the string "or" is defined directly without resolving it according to the specific locale. Both of these needs to be fixed.
Describe the issue:
When enabling Multi Attribute Login in WSO2 Identity Server v7.0.0, it was observed that, after selecting a different locale from the dropdown menu available in the dropdown on the login page as shown below, the "Username or" section of the username label does not get translated to the relevant language.
Upon analyzing the code base, it was observed that at [1], the i18nKey variable is set to "Username" instead of "username". The username string does not get translated correctly due to this.
In addition, as per [2], the string "or" is defined directly without resolving it according to the specific locale. Both of these needs to be fixed.
[1] - https://github.com/wso2/identity-apps/blob/master/identity-apps-core/apps/recovery-portal/src/main/webapp/includes/username-label-resolver.jsp#L46
[2] - https://github.com/wso2/identity-apps/blob/master/identity-apps-core/apps/recovery-portal/src/main/webapp/includes/username-label-resolver.jsp#L63
How to reproduce:
Optional Fields
Related issues:
Suggested labels:
The text was updated successfully, but these errors were encountered: