M204.2634: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
No edit summary
 
Line 5: Line 5:
user cannot log in.</P>
user cannot log in.</P>
<p>
<p>
<b>Response:</b> Your password must be changed within the specified number of days. If you are allowed to change your password, you can do so with the <var>LOGIN</var> command. Otherwise, the system manager must change it.</p>
<b>Response:</b> Your password must be changed within the specified number of days. If you are allowed to change your password, you can do so with the <var>[[LOGIN or LOGON command|LOGIN]]</var> command. Otherwise, the system manager must change it.</p>
<p>
<p>
<b>System manager response:</b> Change the password by issuing the <var>LOGCTL</var> command and entering a new password.</p>
<b>System manager response:</b> Change the password by issuing the <var>[[LOGCTL_command:_Modifying_user_ID_entries_in_the_password_table|LOGCTL]]</var> command and entering a new password.</p>
{{Template:M204.2634 footer}}
{{Template:M204.2634 footer}}
<!-- skeleton as it was in pdf/YOUR PASSWORD WILL EXPIRE IN number DAYS/-->
<!-- skeleton as it was in pdf/YOUR PASSWORD WILL EXPIRE IN number DAYS/-->

Latest revision as of 22:16, 30 March 2018

M204.2634  Your password will expire in token

When the Password Expiration feature is in effect with a specified warning period, users receive this message when logging in during the warning period. If the password is not changed by the end of the warning period, the user cannot log in.

Response: Your password must be changed within the specified number of days. If you are allowed to change your password, you can do so with the LOGIN command. Otherwise, the system manager must change it.

System manager response: Change the password by issuing the LOGCTL command and entering a new password.

Message attributes:

RETCODEO=0Sets online return code
RETCODEB=0Sets batch (single user) return code
CLASS=IInformation class; the message can be suppressed with the X'02' 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