Skip to main content

Enable Self-Service Password Reset

By default, the Designer Cloud Powered by Trifacta platform provides controls for administrators to reset passwords for themselves and for other users.

  • For more information, see Users Page.

  • After users have logged in, they can reset their passwords via their Profile page. See User Profile Page.

Optionally, Designer Cloud Powered by Trifacta Enterprise Edition customers can enable users to reset their passwords via email, which provides an extra measure of validation and security.

Prerequisites

  1. Your enterprise must have an accessible SMTP email server that the Designer Cloud Powered by Trifacta platform can use to send emails.

  2. You should create a dedicated email account for issuing the password resets. The username and password for this account must be stored in platform configuration.

Configuration

Steps:

  1. You can apply this change through the Admin Settings Page (recommended) or trifacta-conf.json. For more information, see Platform Configuration Methods.

  2. Edit the following settings:

    "webapp.emailTokenExpiryInMinutes": 1440,

    Setting

    Description

    emailTokenExpiryInMinutes

    Set the expiration time for the password reset email. Users must click through to reset their password before this time limit expires.

    The default value is 1440, which is 24 hours.

  3. You can change the email address and display name of the sender of all emails from the Trifacta node. For more information, see Enable SMTP Email Server Integration.

  4. You apply this change through the Workspace Settings Page. For more information, see Platform Configuration Methods.

    Setting

    Description

    Enable self service password reset

    Set this value totrueto enable this feature.

  5. Save your changes and restart the platform.

Validate

  1. Visit the login page for your Alteryx deployment. See Login.

  2. Click the Forgot password? link.

  3. Reset your password.

  4. When the email arrives, click the link to complete the password reset.