Home > Contents > Index > 
USER.SU
Log in as a particular user.
Syntax
<USER.SU USERNAME="user name" PASSWORD="user's password"/>Parameters
USERNAME (required)- Name of the user.
 
PASSWORD (required)- The user's password.
 
Description
Allows you to log in as a particular so you can make changes. This tag is useful when combined with the
USER.MODIFYtag to make administrative user profile changes.errno
The possible values of
errnoinclude:
 Value Description -10004 A required parameter is missing. -10005 The requested object is not in the object pool (is not loaded intomemory).Example
The following example logs in a user as Percy, changes the password, and logs out and back to the original user:
<USER.SU USERNAME="Percy" PASSWORD="rosebud"> <USER.MODIFY USERNAME="Percy" PASSWORD="other"/> <USER.SU/>See Also
Home > Contents > Index > ![]()
FatWire XML Tag Reference
Copyright 2005 by FatWire Software
All rights reserved.