Home > Contents > Index >
Template Tags TOC | Alpha TOC | Tag Family TOC | Purpose TOC | Annotated TOC | Index
user:changepassword (Deprecated)
Deprecated as of Content Server version 4.0; replaced by
dir:replaceattrs
.Syntax
<user:changepassword password1="new password" password2="new password" />Parameters
password1 (required)
- The user's new password.
password2 (required)
- The new password confirmation.
Description
The
user:changepassword
tag changes the password of an existing user. This tag confirms that the password entries match, and then changes the password. When a user submits a form that changes a password, this tag verifies that change.errno
The possible values of
errno
include:
Value Description -105 Database error -10004 A required parameter is missing.Example
The following example confirms the changes to the password of the current user.
<user:changepassword password1="newpw" password2="newpwconfirm"/>See Also
Home > Contents > Index > ![]()
FatWire JSP Tag Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.