I am looking for some code to log in a user into public views from a custom page within the public view site.
This is pretty easy, in that you should be able to use:
ValidateUser from the MembershipWebService.asmx Web Service, and be all set.
However, I have a bit of a twist. I have an ID number and do not have the user's password. I can get the record's username, but I have not way of knowing the password.
Anyone know of a method that will allow this process?