Password Component
Fnd_Pswd_ExcludeCharacters
Fnd_Pswd_ExcludeCharacters ({characters}) -> Text
Parameters
| Parameter | Type | Description |
|---|---|---|
| characters | Text | Custom characters to exclude from passwords (optional) |
| Function result | Text | Currently excluded characters |
Description
This function returns the currently excluded custom characters cannot be used to generate passwords. Optionally, you may pass any custom characters that should be excluded from generated passwords.
$excludedcharacters_t:=Fnd_Pswd_ExcludeCharacters ("1234567890")
Extracted source text
Fnd_Pswd_ExcludeCharacters ({characters}) ➜ Text
Parameter Type Description
characters Text Custom characters to exclude from passwords (optional)
Function result Text Currently excluded characters
This function returns the currently excluded custom characters cannot be used to generate passwords.
Optionally, you may pass any custom characters that should be excluded from generated passwords.
$excludedcharacters_t:=Fnd_Pswd_ExcludeCharacters ("1234567890")