Password Configuration
Passwords requirements are fully customizable with a few handy filters.
Last updated
Passwords requirements are fully customizable with a few handy filters.
Last updated
The Password data type is configurable so that you can specify the desired password requirements for your application. The default settings in Xano requires a minimum of 8 characters, 1 alphabetical character, and 1 numeric character.
You can either start with a new field: When creating a password field, click on CONFIGURE INPUT to add different filters/requirements.
Or edit an existing one: Click on an existing password field and select the settings, from there, you can change the default settings or add additional filters.
There are a number of different filters to choose from, so that you can be as exact as needed.
min: Enforces a minimum length for the entry length.
max: Enforces a maximum length for the entry length.
minAlpha: Enforces a minimum number of alpha characters.
minLowerAlpha: Enforces a minimum number of lowercase alpha characters.
minUpperAlpha: Enforces a minimum number of uppercase alpha characters.
minDigit: Enforces a minimum number of numeric characters.
minSymbol: Enforces a minimum number of punctuation characters.