Password Component
Fnd_Pswd_CustomCharacters
Fnd_Pswd_CustomCharacters ({characters}) -> Text
Parameters
| Parameter | Type | Description |
|---|---|---|
| characters | Text | Custom characters to use to generate passwords (optional) |
| Function result | Text | Currently specified custom characters |
Description
This function returns the currently specified custom characters to use to generate passwords. Optionally, you may pass any custom characters that should be used to generate passwords.
$passwordcharacters_t:=Fnd_Pswd_CustomCharacters ("abcxyz123890")
Extracted source text
Fnd_Pswd_CustomCharacters ({characters}) ➜ Text
Parameter Type Description
characters Text Custom characters to use to generate passwords (optional)
Function result Text Currently specified custom characters
This function returns the currently specified custom characters to use to generate passwords. Optionally,
you may pass any custom characters that should be used to generate passwords.
$passwordcharacters_t:=Fnd_Pswd_CustomCharacters ("abcxyz123890")