forget_password


Description:

public virtual bool forget_password (Service service, string item) throws Error

This function is used by a Service to tell the application that the authentication information it provided via get_password was rejected by the service.

If the application was caching this information, it should stop, and if the service asks for it again, it should ask the user.

service and item identify the rejected authentication information, as with get_password.

Parameters:

this

a Session

service

the Service rejecting the password

item

an identifier, unique within this service, for the information

Returns:

true on success, false on failure