iNotes 8.5.1

I need a way to create a url so users can log into inotes without being prompted for a username and password. Not worried about the url being visible to the user and the address bar is hidden. also, the user will not be able to edit the url as that is blocked as well. not concerned about the password being plain text either, as only the admin can see it. this is being used on a pc that doubles as a register, and the register software does not allow the user to exit out to the pc. I want to place a button within the register software so the user can just click on “email” button and it auto logs them in.

Subject: Something to try

You could try something like this:

http://www.cs.rutgers.edu/~watrous/user-pass-url.html

This seems to work on Firefox with basic authentication. Seems like IE does not allow this.