ekim9190 Posted July 7, 2010 Share Posted July 7, 2010 Hello All, here is my situation: I am working on a project dealing with requests, and as of right now when a request is processed an email gets sent to a manager. The login to the system uses the same credentials as AD. The email currently includes all the request information, but what i want to add is giving me issues. What i would like to do is at the bottom of the email have two links: "Accept" or "Deny" How can i use the fact that they are already authenticated against AD to just allow them to click the link, which will just log them into the system and send either accept or deny to the database. Is this even possible? I was thinking along the lines of $_server[remote_user] ?? or am i complete off. Regards, Ekim Link to comment https://forums.phpfreaks.com/topic/207052-hardcoded-authentication-links/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.