I have customized DOMCFG, and the login form redirects to another DB, where I run Webquerysave agent.
The agent, ensures that the user enters Email ID in the username field (and does other functions too).
The agent first verifies email with names.nsf, verifies password, and constructs an HTML page, fills in Username/password fields with username fetched from person doc, submits to names.nsf?login (submits during onload event). It works perfectly fine, unless there is a European character in the username (é etc). But when I manually enter the username/password in the login screen, domino accepts and validates it, but not programmatically.
Any insight into the problem is deeply appreciated.
Thanks in advance
Sekar