"Forgot password" Action
The Forgot Password action is created using the <ForgotPasswordAction/>
element and calls a page to enter the email address for sending the password.
The Forgot Password action can be used only within the .login
login page.

Example
XML
<?xml version="1.0" encoding="UTF-8"?>
<Login
xmlns="http://softproject.de/webapp/1.0">
<DetailComponent>
<FlowLayout>
<Button>
<ForgotPasswordAction displayName="$ForgotPassword"/>
</Button>
</FlowLayout>
</DetailComponent>
</Login>