This login script will set profile data for the user logging in. This script is called by the runOnLogin configuration setting. For example, you can use this script to set the user alias on login.
/data/WebGUI/sbin/doLogin.pl --configFile=dev.localhost.localdomain.conf --user=^FormParam(username); --param 'alias'=^FormParam(alias);
3. Alter the login template to include a new field:
<tr>
<td class="formDescription" valign="top">Alias</td>
<td><input id="alias_formId" name="alias" value="" size="8" maxlength="255" type="text" /></td>
</tr>
You can alter multiple user profile fields by using multiple param options.
Happy Hacking!
William
----
Knowmad Technologies
http://www.knowmad.com