What is the expected output? What do you see instead?
Policy change message is not correctly localized.
Line 50 of changepassword.jsp should change from:
<% final String passwordPolicyChangeMessage =
PwmSession.getPwmSession(session).getUserInfoBean().getPasswordPolicy().getRuleH
elper().getChangeMessage(); %>
to:
<% final String passwordPolicyChangeMessage =
PwmSession.getPwmSession(session).getConfig().readLocalizedStringSetting(PwmSett
ing.PASSWORD_POLICY_CHANGE_MESSAGE,PwmSession.getSessionStateBean(session).getLo
cale()); %>
What version of the product are you using? On what operating system?
1.5.3
Original issue reported on code.google.com by andrea.d...@gmail.com on 20 May 2011 at 9:00
Original issue reported on code.google.com by
andrea.d...@gmail.com
on 20 May 2011 at 9:00