login forgot-password

$action.getText("title.forgot.pass")

#parse ( "/template/includes/actionerrors.vm" ) #if ($action.mailServerConfigured)

$action.getText("forgot.pass.message")

#applyDecorator("form-aui") #decoratorParam("formName" "forgotpasswordform") #decoratorParam("submitAction" "$req.contextPath/doforgotuserpassword.action") #decoratorParam("editAction" "$req.contextPath/forgotuserpassword.action") #decoratorParam("editMode" "true") #decoratorParam("formStyle" "login-form-container")
#assistiveLegend("accessibility.forgot.password.legend") #bodytag( "TextField" "label='username.or.email.label'" "name='usernameOrEmail'" "theme='aui'") #param("placeholder" $i18n.getText("username.or.email.label")) #end
#end #else

$action.getText("forgot.pass.nomailserver", ["$action.globalSettings.siteTitle"])

$action.getText("login.button")

#end