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.

Error Numbers

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 >

Oracle JSP Tag Reference
Copyright (c) 2013, 2016 Oracle and/or its affiliates. All rights reserved.