---
title: Create Password node
description: Lets users create a password when provisioning an account.
component: auth-node-ref
version: 8
page_id: auth-node-ref::am-only/create-password
canonical_url: https://docs.pingidentity.com/auth-node-ref/8/am-only/create-password.html
keywords: ["Nodes &amp; Trees", "Journeys", "Authentication", "Passwords", "Social Authentication", "Social Registration", "Social Identity", "Provisioning"]
page_aliases: ["auth-node-create-password.adoc"]
section_ids:
  availability: Availability
  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.You can find information on the new methods for implementing social authentication in [Social authentication](https://docs.pingidentity.com/pingam/8/am-authentication/social-registration.html). |

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](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. |

## Availability

| Product                               | Available? |
| ------------------------------------- | ---------- |
| PingOne Advanced Identity Cloud       | No         |
| PingAM (self-managed)                 | Yes        |
| Ping Identity Platform (self-managed) | No         |

## 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 passcode to verify they are the owner of the Google account.

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