Password Component

Fnd_Pswd_UseSymbols

Fnd_Pswd_UseSymbols ({use symbols?}) -> Boolean

Legacy manual page 187

Parameters

ParameterTypeDescription
use symbolsBooleanTrue to use symbols in passwords
Function resultBooleanCurrent setting of whether to use symbols

Description

This function returns current setting of whether to use symbols in passwords. Optionally, pass True to tell the password generator to use symbols in passwords.

$usesymbols_b:=Fnd_Pswd_UseSymbols (True)
Extracted source text
            Fnd_Pswd_UseSymbols ({use symbols?}) ➜ Boolean

              Parameter               Type              Description
              use symbols             Boolean           True to use symbols in passwords
              Function result         Boolean           Current setting of whether to use symbols

            This function returns current setting of whether to use symbols in passwords. Optionally, pass True to tell
            the password generator to use symbols in passwords.
              $usesymbols_b:=Fnd_Pswd_UseSymbols (True)