Home > Contents > Index >
user:add (Deprecated)
Deprecated as of Content Server version 4.0; replaced by
object:create
.Syntax
<user:add
username="
username"password="
user's password"acl="
user's ACL"/>
Parameters
username (required)
- Name of the user to be added.
password (required)
- Password for the user.
acl (required)
- ACL assigned to the new user.
Description
Adds a Sites user to the system.
Error Numbers
The possible values of
errno
include:
Value Description -10004 A required parameter is missing.Example
The following example adds a user to the Sites system.
<user:add username="Whitney" password="rosebud" acl="xceleditor"/>See Also
user:modify (Deprecated)
user:delete (Deprecated)
Home > Contents > Index > ![]()
Oracle JSP Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.