Property for login user name

Is there a property for login user name? Not what @username returns, the full canonical user name. I want what the user entered for login name on the login page. In this situation it will be the 3rd value in the fullname field on the person doc. Thanks

David

Subject: Property for login user name

If I understand correctly, if I am registered as follows:

John P Doe/Sales/Acme

John P Doe

John Doe

I log into the web as “john doe” and a few minutes later you want to know what name I logged in under? I don’t think there is a way to determine that since Notes knows me as either John P Doe/Sales/Acme (@UserName) or John P Doe (@Name[cn]; @Username) once logged in and I don’t think Domino logs the actual user name that the user entered to gain access during the login process. You’d likely have to code something in the login page to capture this info for you. Maybe someone else has an idea.