I have two things that I need to do in a custom module. Can you help me with these? 1. Given a username and password, how can I re-verify that those correspond to a legitimate user. This is not necessarily the user who is logged in. 2. Given a username, how can I determine the security roles assigned to the user. |