bpm-login

Allows users to log in.

Usage

<bpm-login
    redirect="string"
    [template-path="string"]>
</bpm-login>

Attributes

Name Type Description
redirect String URL to redirect to after a successful login.
Note: Alternatively, you can use the tcf-redirect parameter on the login URL.
template-path String (Optional) Relative pathname of a custom template file to use in place of the internal template.

Custom Template

If you want to customize the contents of the <bpm-login> business component, you can use the following file as a starting point:

workapp/components/login/template/login.html

See Customizing a Business Component for more information.