Specifications
set web-authentication passwd
372
set web-authentication passwd
Changes the password of a Web-authenticated user.
To apply the change to the authentication information, execute the
commit
web-authentication command.
Syntax
set web-authentication passwd <Web auth user name> <Old password> <New password>
Input mode
Administrator mode
Parameters
<Web auth user name>
Specify the name of the user whose password is to be changed.
<Old password>
Specify the current password.
<New password>
Specify the new password.
Specify 1 to 32 characters. You can use alphanumeric characters (case sensitive), at
marks (
@), hyphens (-), underscores (_), and periods (.).
Example
Changing the password for user USER01:
# set web-authentication passwd USER01 123456abcde 456789abcde
#
Display items
None
Impact on communication
None
Response messages
Table 26-2 List of response messages for the set web-authentication passwd command
Message Description
The old-password is different. The old password for the specified user is incorrect.
Unknown user '<Web auth user name>'.
The specified user has not been registered.
Web-Authentication is not configured. The Web authentication functionality is not enabled. Check
the configuration.
Notes
This command cannot be used concurrently by multiple users.