Password Component

Fnd_Pswd_ExcludeCharacters

Fnd_Pswd_ExcludeCharacters ({characters}) -> Text

Legacy manual page 184

Parameters

ParameterTypeDescription
charactersTextCustom characters to exclude from passwords (optional)
Function resultTextCurrently 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")