Section contents
ce32base.oxh
bool% = PasswordIsEnabled%:
Returns true is the system password is enabled.
bool% |
Set to KTrue% (-1) if the system
password is enabled, otherwise set to KFalse%
(0) |
bool% = PasswordIsValid%:(password$)
Determines whether password$
is a valid system
password.
password$ |
Password to be checked |
bool% |
Set to KTrue% (-1) if the password is
valid, otherwise set to KFalse% (0) |
result% = PasswordSet%:(oldPassword$,newPassword$)
Set the system password to newPassword$
, provided
oldPassword$
matches the existing password.
oldPassword$ |
The currently set password |
newPassword$ |
The password to set |
result% |
An error code |
result% = PasswordSetEnabled%:(password$,enabled%)
Enables the system password.
password$ |
The currently set password |
enabled% |
Set to KTrue% (-1) if the password is to
be enabled, otherwise set to KFalse% (0) |
result% |
An error code |