Caravan Business Server>Help>Misc>Modifying Existing User Information |
Syntax
|
The user information can be modified by either * Admin (<CARAVAN>domain admin</CARAVAN>) * Logged in user who wishes to modify his/her information (<CARAVAN>domain domain name</CARAVAN>.)
|
Text
|
Only username, domain and link properties are modifiable. Password is not accessible even to Admin. Password is accessible (both read and write) to Admin only during user creation time. If Admin tries to change the password of another user, the password of that user will be reset to "password". A logged in user can change his/her password. The user details can be modified as shown in the example.
|
Sample
|
Example <HTML> <BODY> <CARAVAN> user current current(uid)="chris" current (password)="xyz"
// The above statement will cause the password to be set to "xyz" if the logged in user // is changing his/her own password, if admin is changing another user's password it will be reset to "password".
</CARAVAN> </BODY> </HTML>
|
Back
|