Hi, I am using Zend_Auth to authenticate my users in an application. I was requested to provide a 'god' mode where the admin will enter the username and a special password and login as that user.
No matter how I dislike the idea I have to implement it. So In my view if the password is the special one I'd have to 'inject' the credentials to the zend_auth so in further requests (in the controllers that require the login user) everything will continue without a problem. Question: - How can I do it? Regards.
