Admin Docs
Variable: PASSWORD_REGEX
const PASSWORD_REGEX: object
Defined in: src/utils/validators/authValidators.ts:6
Type Declaration
lowercase
readonly lowercase: RegExp
numeric
readonly numeric: RegExp
specialChar
readonly specialChar: RegExp
uppercase
readonly uppercase: RegExp