M204.2643

From m204wiki
Revision as of 01:34, 14 March 2018 by JAL (talk | contribs) (add <var>s)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

M204.2643  Passwords do not match

When the Password Expiration feature is in effect and a user or system manager changes or adds a password, they are asked to reenter the password. This message is issued if the second entry does not match the first entry.

Response: If the user is changing the password with the LOGIN command, the user will be logged in, but the password will not be changed. Login again specifying the same new password each time.

System manager response: If the system manager is changing the password with the LOGCTL command, the changes are not accepted. If entering the password for a new account, the account is not created. Reissue the command specifying the same new password each time.

Message attributes:

RETCODEO=0Sets online return code
RETCODEB=4Sets batch (single user) return code
CLASS=EError class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter
AUDITMSWrites the message with line type MS to the audit trail
NOCOUNTDoes not increment the error count (ERCNT) parameter

Back to list of messages