Skip to main content
Skip table of contents

"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>

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.