Home > Contents > Index >
Template Tags TOC   |    Alpha TOC   |    Tag Family TOC   |    Purpose TOC   |    Annotated TOC   |    Index 

 

user:modify (Deprecated)

Deprecated as of Content Server version 4.0; replaced by dir:replaceattrs.

Syntax

    <user:modify 
          username="username"
          [password="user password"]
          [acl="user ACL"]/>
    

Parameters

username (required)
Username of the user to be modified.

password (optional)
Password of the user to be modified.

acl (optional)
ACL of the user to be modified.

errno

The possible values of errno include:

Value
Description
-105
Database error.
-10004
A required parameter is missing.
-10010
Invalid attribute value.

Example

The following example modifies the ACL for the user.

    <user:modify username="Whitney"
                 acl="ContentEditor"/>
    

See Also

object:children

user:delete (Deprecated)

  Home > Contents > Index >

FatWire JSP Tag Reference
Copyright 2005 by FatWire Software
All rights reserved.