All Downloads are FREE. Search and download functionalities are using the official Maven repository.

panda.gems.users.action.front.PasswordChangeAction_input.ftl Maven / Gradle / Ivy



	<@p.text name="title"/>



<@p.text name="title"/>

<#include "/action-alert.ftl"/>
<@p.form id="pwdchange" action="./update" method="post" cssClass="p-eform" focusme="true" theme="bs3h"> <@p.password key="opwd" showPassword="true" size="30" maxlength="16" required="true" tooltip="#(opwd-tip')"/> <@p.password key="npwd" showPassword="true" size="30" maxlength="16" required="true" tooltip="#(npwd-tip')"/> <@p.password key="cpwd" showPassword="true" size="30" maxlength="16" required="true" tooltip="#(cpwd-tip')"/> <@p.div> <@p.submit icon="change" label="#(btn-change)"/>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy