Xbasic
A5_CHANGE_USER_PASSWORD Function
Syntax
Result_Flag as L = a5_change_user_password(C user_name ,C old_password ,C new_password )
Arguments
- Result_Flag
.T. (TRUE) if the change was successful. .F. (FALSE) otherwise.
- user_name
The user's name.
- old_password
The old password.
- new_password
The new password.
Description
Allows a user to change his logon password
Discussion
The A5_CHANGE_USER_PASSWORD() function allows an administrator to change a user's password.
Example
a5_change_user_password("jpjones", "never_give", "up_the_ship")
Limitations
Desktop applications only.
See Also