Password.h
.
true
if the system password is set.
Boolean PwdExists()
true
if the system password is set.
void PwdRemove(void)
void PwdSet (Char* oldPassword, Char* newPassword)
  |
|
The old password must be successfully verified or the new password isn't accepted |
  |
|
Char* to a string to use as the password. NULL means no password. |
Boolean PwdVerify (Char* string)
true
if the string matches the system password.
  |   |