set_password


Description:

public void set_password (string password, string hint)

Changes the password of this to password.

hint is displayed to the user if they forget the password.

Note this function is synchronous and ignores errors.

Parameters:

this

the user object to alter.

password

a password

hint

a hint to help user recall password