This is a module to display a form for creating a login to a WebCT site. All the necessary params could be configured from backend in order to get login succesfully. You only need to configure the glcId and point the URL where you are going to go to authenticate your WebCT user. How do you know which is the glcId you should use?? Well, the only thing you have to do is point your mouse on the original WebCT build in login page and with a right click to view the source code of it you only have to look for the glcId which is something like this: URN:X-WEBCT-VISTA-V1:26a79a67-vc15-00525-01g8-3419d2c92a3d How do I know which is the URL I have to point my form?? Easily, it appears on the same source code and usually it is something like this: /webct/authenticateUser.dowebct ...of course you have to put the full path on the module configuration:
http://yoursite.edu/webct/authenticateUser.dowebct There are also two parameters such as insID and insName but they are not necessary to the module function.