---
title: Create Password node
description: Lets users create a password when provisioning an account.
component: auth-node-ref
version: 7.3
page_id: auth-node-ref::am-only/auth-node-create-password
canonical_url: https://docs.pingidentity.com/auth-node-ref/7.3/am-only/auth-node-create-password.html
section_ids:
  outcomes: Outcomes
  properties: Properties
  example: Example
---

# Create Password node

Lets users create a password when provisioning an account.

|   |                                                                                                                                                                                                                                                                                                                                       |
| - | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|   | This node and its related services, are deprecated.For information about the legacy/deprecated social authentication node and module implementations, refer to [Social authentication](https://backstage.forgerock.com/docs/am/7/authentication-guide/about-social-authn.html) in the *AM 7 Authentication and Single Sign-On Guide*. |

Social identity providers do not provide a user's password. Use this node to provide a password to complete the user's credentials before provisioning an account.

|   |                                                                                                                                                                                                                                                                                                                                                                                                      |
| - | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|   | The flow must provision an account after prompting the user for a password, for example, by using the [Provision Dynamic Account node](auth-node-provision-dynamic-account.html). If no account is provisioned, the flow does not save the password.Do not place any nodes that request additional input from the user between this node and the provisioning node; otherwise, the password is lost. |

## Outcomes

Single outcome path.

## Properties

| Property          | Usage                                                                 |
| ----------------- | --------------------------------------------------------------------- |
| minPasswordLength | Specifies the minimum number of characters the password must contain. |

## Example

The following example lets users who have performed social authentication using Google provide a password and provision an account when they don't have one. They must enter a one-time password to verify they are the owner of the Google account.

![The Create Password node in context](../_images/trees-node-Google-DynamicAccountCreation-example.png)
