<% String emailAddress = (String)SessionMessages.get(request, "user_added"); String password = (String)SessionMessages.get(request, "user_added_password"); %> <%= LanguageUtil.format(pageContext, "thank-you-for-creating-an-account-your-password-has-been-sent-to-x", emailAddress) %> <%= LanguageUtil.format(pageContext, "thank-you-for-creating-an-account-your-password-is-x", new Object[] {password, emailAddress}) %>
<% String login = LoginAction.getLogin(request, "login", company); String passwordParam = SessionParameters.get(request, "password"); boolean rememberMe = ParamUtil.getBoolean(request, "rememberMe"); %>
id="rememberMeCheckbox" type="checkbox" />
" />
<% String openId = ParamUtil.getString(request, "openId"); %>
" />