: Automatic Login
You can automatically log your visitors into your message board by sending them to a custom login URL. This can be helpful if you have a separate login area on your website and you don't want to make your visitors login twice.
You can make a hidden request to the custom login URL by using a small image tag, a small iframe tag, or a high-level programming language. Sample code for the Perl, PHP, JavaScript, and Java/JSP programming languages is available here. Please note that using a server-side programming language for the automatic login will log your server into the message board, not the user executing the server-side program from their web browser.
The URL you should use is:
http://www.websitetoolbox.com/tool/register/USERNAME/dologin?member=MEMBER&pw=PASSWORD&remember=checked
- USERNAME should be replaced by your Website Toolbox username.
- MEMBER should be replaced by the username of the user.
- PASSWORD should be replaced by the password of the user.
Note: All symbols within the field values must be probably encoded. For example, spaces must be replaced by %20.
More information...
|