Password Component

Fnd_Pswd_UseUppercase

Fnd_Pswd_UseUppercase ({use uppercase?}) -> Boolean

Legacy manual page 187

Parameters

ParameterTypeDescription
use uppercaseBooleanTrue to use uppercase in passwords
Function resultBooleanCurrent setting of whether to use lowercase

Description

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

$useuppercase_b:=Fnd_Pswd_UseUppercase (True)
Extracted source text
            Fnd_Pswd_UseUppercase ({use uppercase?}) ➜ Boolean

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

            This function returns current setting of whether to use uppercase in passwords. Optionally, pass True to
            tell the password generator to use uppercase letters in passwords.
              $useuppercase_b:=Fnd_Pswd_UseUppercase (True)