I have recently tested out a trouble ticket application written in perl on my development web server. Everything works fine but I was wondering if there was a way to get the users name from their windows account rather than having them type it in manually. This is for an office environment using active directory. I have read that the getlogin() function will return the anonymous website account which is why I am looking here.
I just want it so that when the user loads the page, their user name is taken and put into the textbox so they don't need to type it in. Is this possible?
I just want it so that when the user loads the page, their user name is taken and put into the textbox so they don't need to type it in. Is this possible?