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

 

user:su

Log in as a particular user.

Syntax

Parameters

username (required)
Name of the user.

password (required)
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:modify tag to make administrative user profile changes.

Error Numbers

The possible values of errno include:

Value
Description
-10004
A required parameter is missing.
-10005
The requested object is not in the object pool (is not loaded into
memory).

Example

The following example logs in a user as Percy, changes the password, and logs out and back to the original user:

See Also

user:login

user:logout

   Home > Contents > Index >

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