Quote:
Originally Posted by Reevo
A way round the multi-site login problem could be to create a login script which can accept the username and password as GET info (part of the URL string) rather than POST info, and put this on each site. Then, in the login handler template, you'd have something along the lines of:
|
In the end, this seems the easiest solution but I am concerned about security. Can somebody tell me which kind of security holes this may open?
Thanks!