mirror of
https://github.com/reactos/reactos.git
synced 2024-12-31 19:42:51 +00:00
[MSGINA] Display the 'account expired' message when a user tries to log on using an expired account.
This commit is contained in:
parent
c188e387e3
commit
6f4d70b405
22 changed files with 29 additions and 0 deletions
|
@ -932,6 +932,14 @@ DoLogon(
|
|||
goto done;
|
||||
}
|
||||
}
|
||||
else if (SubStatus == STATUS_ACCOUNT_EXPIRED)
|
||||
{
|
||||
ResourceMessageBox(pgContext,
|
||||
hwndDlg,
|
||||
MB_OK | MB_ICONEXCLAMATION,
|
||||
IDS_LOGONTITLE,
|
||||
IDS_ACCOUNTEXPIRED);
|
||||
}
|
||||
else
|
||||
{
|
||||
TRACE("Other error!\n");
|
||||
|
|
|
@ -198,6 +198,7 @@ BEGIN
|
|||
IDS_LOGONUSERDISABLED "Your account has been disabled. Please see your system administrator."
|
||||
IDS_PASSWORDMUSTCHANGE "You are required to change your password at first logon."
|
||||
IDS_PASSWORDEXPIRED "Your password has expired and must be changed."
|
||||
IDS_ACCOUNTEXPIRED "Your account has expired. Please see your system administrator."
|
||||
END
|
||||
|
||||
/* Shutdown Dialog Strings */
|
||||
|
|
|
@ -203,6 +203,7 @@ BEGIN
|
|||
IDS_LOGONUSERDISABLED "Tento účet byl vypnut. Prosím kontaktujte administrátora tohoto systému."
|
||||
IDS_PASSWORDMUSTCHANGE "Při prvním přihlášení je nutné změnit heslo."
|
||||
IDS_PASSWORDEXPIRED "Heslu vypršela platnost a musí být změněno."
|
||||
IDS_ACCOUNTEXPIRED "Your account has expired. Please see your system administrator."
|
||||
END
|
||||
|
||||
/* Shutdown Dialog Strings */
|
||||
|
|
|
@ -198,6 +198,7 @@ BEGIN
|
|||
IDS_LOGONUSERDISABLED "Ihr Konto wurde deaktiviert. Wenden Sie sich an Ihren Systemadministrator."
|
||||
IDS_PASSWORDMUSTCHANGE "Sie müssen Ihr Passwort bei der ersten Anmeldung ändern."
|
||||
IDS_PASSWORDEXPIRED "Ihr Passwort ist abgelaufen und muss geändert werden."
|
||||
IDS_ACCOUNTEXPIRED "Ihr Konto ist abgelaufen. Bitte wenden Sie sich an Ihren Systemadministrator."
|
||||
END
|
||||
|
||||
/* Shutdown Dialog Strings */
|
||||
|
|
|
@ -199,6 +199,7 @@ BEGIN
|
|||
IDS_LOGONUSERDISABLED "Your account has been disabled. Please see your system administrator."
|
||||
IDS_PASSWORDMUSTCHANGE "You are required to change your password at first logon."
|
||||
IDS_PASSWORDEXPIRED "Your password has expired and must be changed."
|
||||
IDS_ACCOUNTEXPIRED "Your account has expired. Please see your system administrator."
|
||||
END
|
||||
|
||||
/* Shutdown Dialog Strings */
|
||||
|
|
|
@ -199,6 +199,7 @@ BEGIN
|
|||
IDS_LOGONUSERDISABLED "La cuenta ha sido desactivada. Contacte con su administrador del sistema."
|
||||
IDS_PASSWORDMUSTCHANGE "Es necesario cambiar la contraseña en el primer inicio de sesión."
|
||||
IDS_PASSWORDEXPIRED "La contraseña ha expirado y debe cambiarse."
|
||||
IDS_ACCOUNTEXPIRED "Your account has expired. Please see your system administrator."
|
||||
END
|
||||
|
||||
/* Shutdown Dialog Strings */
|
||||
|
|
|
@ -198,6 +198,7 @@ BEGIN
|
|||
IDS_LOGONUSERDISABLED "Votre compte est désactivé. Voyez votre administrateur système."
|
||||
IDS_PASSWORDMUSTCHANGE "Vous devez changer votre mot de passe à la première connexion."
|
||||
IDS_PASSWORDEXPIRED "Votre mot de passe a expiré et doit être changé."
|
||||
IDS_ACCOUNTEXPIRED "Your account has expired. Please see your system administrator."
|
||||
END
|
||||
|
||||
/* Shutdown Dialog Strings */
|
||||
|
|
|
@ -198,6 +198,7 @@ BEGIN
|
|||
IDS_LOGONUSERDISABLED "Your account has been disabled. Please see your system administrator."
|
||||
IDS_PASSWORDMUSTCHANGE "You are required to change your password at first logon."
|
||||
IDS_PASSWORDEXPIRED "Your password has expired and must be changed."
|
||||
IDS_ACCOUNTEXPIRED "Your account has expired. Please see your system administrator."
|
||||
END
|
||||
|
||||
/* Shutdown Dialog Strings */
|
||||
|
|
|
@ -198,6 +198,7 @@ BEGIN
|
|||
IDS_LOGONUSERDISABLED "Your account has been disabled. Please see your system administrator."
|
||||
IDS_PASSWORDMUSTCHANGE "You are required to change your password at first logon."
|
||||
IDS_PASSWORDEXPIRED "Your password has expired and must be changed."
|
||||
IDS_ACCOUNTEXPIRED "Your account has expired. Please see your system administrator."
|
||||
END
|
||||
|
||||
/* Shutdown Dialog Strings */
|
||||
|
|
|
@ -207,6 +207,7 @@ BEGIN
|
|||
IDS_LOGONUSERDISABLED "Il tuo account è stato disattivato. Per favore contatti l'amministratore di sistema."
|
||||
IDS_PASSWORDMUSTCHANGE "Ti è chiesto di cambiare password al primo login."
|
||||
IDS_PASSWORDEXPIRED "La tua password è scaduta e devi cambiarla."
|
||||
IDS_ACCOUNTEXPIRED "Your account has expired. Please see your system administrator."
|
||||
END
|
||||
|
||||
/* Shutdown Dialog Strings */
|
||||
|
|
|
@ -198,6 +198,7 @@ BEGIN
|
|||
IDS_LOGONUSERDISABLED "Your account has been disabled. Please see your system administrator."
|
||||
IDS_PASSWORDMUSTCHANGE "You are required to change your password at first logon."
|
||||
IDS_PASSWORDEXPIRED "Your password has expired and must be changed."
|
||||
IDS_ACCOUNTEXPIRED "Your account has expired. Please see your system administrator."
|
||||
END
|
||||
|
||||
/* Shutdown Dialog Strings */
|
||||
|
|
|
@ -198,6 +198,7 @@ BEGIN
|
|||
IDS_LOGONUSERDISABLED "Your account has been disabled. Please see your system administrator."
|
||||
IDS_PASSWORDMUSTCHANGE "You are required to change your password at first logon."
|
||||
IDS_PASSWORDEXPIRED "Your password has expired and must be changed."
|
||||
IDS_ACCOUNTEXPIRED "Your account has expired. Please see your system administrator."
|
||||
END
|
||||
|
||||
/* Shutdown Dialog Strings */
|
||||
|
|
|
@ -208,6 +208,7 @@ BEGIN
|
|||
IDS_LOGONUSERDISABLED "Twoje konto zostało wyłączone. Skontaktuj się z administratorem systemu."
|
||||
IDS_PASSWORDMUSTCHANGE "Jesteś zobowiązany do zmiany hasła przy pierwszym logowaniu."
|
||||
IDS_PASSWORDEXPIRED "Twoje hasło wygasło i musi zostać zmienione."
|
||||
IDS_ACCOUNTEXPIRED "Your account has expired. Please see your system administrator."
|
||||
END
|
||||
|
||||
/* Shutdown Dialog Strings */
|
||||
|
|
|
@ -207,6 +207,7 @@ BEGIN
|
|||
IDS_LOGONUSERDISABLED "Contul dumneavoastră a fost dezactivat. Contactați administratorul de sistem."
|
||||
IDS_PASSWORDMUSTCHANGE "Este imperativ să vă schimbați parola la prima autentificare."
|
||||
IDS_PASSWORDEXPIRED "Parola v-a expirat și trebuie schimbată."
|
||||
IDS_ACCOUNTEXPIRED "Your account has expired. Please see your system administrator."
|
||||
END
|
||||
|
||||
/* Shutdown Dialog Strings */
|
||||
|
|
|
@ -200,6 +200,7 @@ BEGIN
|
|||
IDS_LOGONUSERDISABLED "Ваш аккаунт отключен. Пожалуйста, обратитесь к системному администратору."
|
||||
IDS_PASSWORDMUSTCHANGE "Вы должны сменить пароль при следующем входе."
|
||||
IDS_PASSWORDEXPIRED "Срок действия вашего пароля истек, необходимо его изменить."
|
||||
IDS_ACCOUNTEXPIRED "Your account has expired. Please see your system administrator."
|
||||
END
|
||||
|
||||
/* Shutdown Dialog Strings */
|
||||
|
|
|
@ -203,6 +203,7 @@ BEGIN
|
|||
IDS_LOGONUSERDISABLED "Your account has been disabled. Please see your system administrator."
|
||||
IDS_PASSWORDMUSTCHANGE "You are required to change your password at first logon."
|
||||
IDS_PASSWORDEXPIRED "Your password has expired and must be changed."
|
||||
IDS_ACCOUNTEXPIRED "Your account has expired. Please see your system administrator."
|
||||
END
|
||||
|
||||
/* Shutdown Dialog Strings */
|
||||
|
|
|
@ -202,6 +202,7 @@ BEGIN
|
|||
IDS_LOGONUSERDISABLED "Your account has been disabled. Please see your system administrator."
|
||||
IDS_PASSWORDMUSTCHANGE "You are required to change your password at first logon."
|
||||
IDS_PASSWORDEXPIRED "Your password has expired and must be changed."
|
||||
IDS_ACCOUNTEXPIRED "Your account has expired. Please see your system administrator."
|
||||
END
|
||||
|
||||
/* Shutdown Dialog Strings */
|
||||
|
|
|
@ -200,6 +200,7 @@ BEGIN
|
|||
IDS_LOGONUSERDISABLED "Hesâbınız edilginleştirildi. Lütfen dizge yöneticinizi görünüz."
|
||||
IDS_PASSWORDMUSTCHANGE "İlk oturum açmada şifrenizi değiştirmeniz gerekir."
|
||||
IDS_PASSWORDEXPIRED "Şifrenizin süresi doldu ve şifreniz değiştirilmelidir."
|
||||
IDS_ACCOUNTEXPIRED "Your account has expired. Please see your system administrator."
|
||||
END
|
||||
|
||||
/* Shutdown Dialog Strings */
|
||||
|
|
|
@ -206,6 +206,7 @@ BEGIN
|
|||
IDS_LOGONUSERDISABLED "Your account has been disabled. Please see your system administrator."
|
||||
IDS_PASSWORDMUSTCHANGE "You are required to change your password at first logon."
|
||||
IDS_PASSWORDEXPIRED "Your password has expired and must be changed."
|
||||
IDS_ACCOUNTEXPIRED "Your account has expired. Please see your system administrator."
|
||||
END
|
||||
|
||||
/* Shutdown Dialog Strings */
|
||||
|
|
|
@ -201,6 +201,7 @@ BEGIN
|
|||
IDS_LOGONUSERDISABLED "您的帐户已被禁用。请参阅您的系统管理员。"
|
||||
IDS_PASSWORDMUSTCHANGE "您需要更改您在首次登录的密码。"
|
||||
IDS_PASSWORDEXPIRED "您的密码已过期,必须更改。"
|
||||
IDS_ACCOUNTEXPIRED "Your account has expired. Please see your system administrator."
|
||||
END
|
||||
|
||||
/* Shutdown Dialog Strings */
|
||||
|
|
|
@ -200,6 +200,7 @@ BEGIN
|
|||
IDS_LOGONUSERDISABLED "您的帳戶已被禁用。請參閱您的系統管理員。"
|
||||
IDS_PASSWORDMUSTCHANGE "您需要更改您在首次登入的密碼。"
|
||||
IDS_PASSWORDEXPIRED "您的密碼已過期,必須更改。"
|
||||
IDS_ACCOUNTEXPIRED "Your account has expired. Please see your system administrator."
|
||||
END
|
||||
|
||||
/* Shutdown Dialog Strings */
|
||||
|
|
|
@ -86,6 +86,7 @@
|
|||
#define IDS_LOGONUSERDISABLED 40017
|
||||
#define IDS_PASSWORDMUSTCHANGE 40018
|
||||
#define IDS_PASSWORDEXPIRED 40019
|
||||
#define IDS_ACCOUNTEXPIRED 40020
|
||||
|
||||
#define IDS_SHUTDOWN_SHUTDOWN 50000
|
||||
#define IDS_SHUTDOWN_LOGOFF 50001
|
||||
|
|
Loading…
Reference in a new issue