<@row> <@columns> <@box color='success'> <@boxHeader title='#i18n{portal.users.modify_password_default_module.form.title}' /> <@boxBody> <@tform action='jsp/admin/user/DoModifyDefaultUserPassword.jsp' method='post' role='form'> <@input type='hidden' name='token' value='${token}' /> <@formGroup labelKey='#i18n{portal.users.modify_password_default_module.form.password.current}' labelFor='password_current' mandatory=true> <@inputGroup> <@inputGroupItem type='text'> <@icon style='lock' /> <@input type='password' id='password_current' name='password_current' placeHolder='#i18n{portal.users.modify_password_default_module.form.password.current}' params='autocomplete="off" required="required"' /> <@formGroup labelFor='new_password' labelKey='#i18n{portal.users.modify_password_default_module.form.password.new}' helpKey='${i18n("portal.users.message.password.minimumPasswordLength",minimumPasswordSize)}' mandatory=true> <@inputGroup> <@inputGroupItem type='text'> <@icon style='lock' /> <@input type='password' name='new_password' id='new_password' params='autocomplete="off"' placeHolder='#i18n{portal.users.modify_password_default_module.form.password.new}' /> <@formGroup labelKey='#i18n{portal.users.modify_password_default_module.form.password.confirm}' labelFor='confirm_new_password' mandatory=true> <@inputGroup> <@inputGroupItem type='text'> <@icon style='lock' /> <@input type='password' id='confirm_new_password' name='confirm_new_password' placeHolder='#i18n{portal.users.modify_password_default_module.form.password.confirm}' params='autocomplete="off" required="required"' /> <@formGroup labelKey='#i18n{portal.users.create_user.passwordComplexity}'> <@progressBar /> <@formGroup> <@button type='submit' buttonIcon='check' title='#i18n{portal.users.modify_password_default_module.form.button}' size='' />