I would like to be able to inform the user, through the return value, whether the username is not found, the password is invalid, or the account is unverified. To do this, if checkUserCredentials could be altered to be allowed to return an array or object (to make overriding error_description, or providing error_uri, possible), that would be most helpful. This is to make login friendlier from PC software.
Would you accept a patch to this end? If so I can code it up. Thanks!
I would like to be able to inform the user, through the return value, whether the username is not found, the password is invalid, or the account is unverified. To do this, if checkUserCredentials could be altered to be allowed to return an array or object (to make overriding error_description, or providing error_uri, possible), that would be most helpful. This is to make login friendlier from PC software.
Would you accept a patch to this end? If so I can code it up. Thanks!