source: trunk/third/moira/reg_svr/errors @ 25455

Revision 25455, 4.6 KB checked in by jdreed, 12 years ago (diff)
In moira: * Re-snapshot moira at r4073 to pick up new changes to clients; the eunice issue described in the previous entry is no longer relevant
Line 
1# 1 INTERNAL_ERROR
2An internal error has occurred, and the registration applet is unable
3to continue. The error is: "%s".
4
5Please try again later. If this problem persists, contact the Athena
6User Accounts Office at 617-253-1325 or accounts@mit.edu.
7# 2 PROTOCOL_ERROR
8A protocol error has occurred, and the registration applet is unable
9to continue. This may indicate that you are using an out-of-date
10version of the registration applet.
11
12If you are unable to fix this problem, contact the Athena User
13Accounts Office at 617-253-1325 or accounts@mit.edu.
14# 3 DATABASE_CLOSED
15Sorry, it appears that the Moira database (which is needed for account
16registration) is currently closed. Please try again later.
17# 4 ENCRYPT_KEY
18The registration server is unable to decrypt the data from the
19registration applet. This probably means that you are using an
20out-of-date version of the registration applet.
21
22If you are unable to fix this problem, contact the Athena User
23Accounts Office at 617-253-1325 or accounts@mit.edu.
24# 5 NOT_FOUND_IN_DATABASE
25The registration server was unable to locate you in the accounts
26database. Please make sure you typed in your name and MIT ID number
27correctly.
28
29If you are a new staff member, this may mean that you have not been
30entered into the database yet. Try again tomorrow. If this problem
31persists, contact the Athena User Accounts Office at 617-253-1325 or
32accounts@mit.edu.
33# 6 ALREADY_REGISTERED
34You have already registered for an account. The username you selected
35is "%s".
36
37If you don't remember your password, or you do not think that this is
38your account, contact the Athena User Accounts Office at 617-253-1325 or
39accounts@mit.edu.
40# 7 ACCOUNT_DELETED
41Your account, "%s", has been deactivated, and you are not listed as
42eligible for another account. If you have any questions, contact
43the Athena User Accounts Office at 617-253-1325 or accounts@mit.edu.
44# 8 NOT_ELIGIBLE
45You were found in the database, but are listed as ineligible for an
46account. If you have any questions, contact the Athena User Accounts
47Office at 617-253-1325 or accounts@mit.edu.
48# 9 FOUND
49OK. I've found you in the database: %s, account class %s.
50# 10 FORCED_USERNAME
51OK. I've verified your identity.
52
53The username "%s" has previously been reserved for this account.
54# 11 BAD_SIX_WORDS
55At least one of the six words you typed was incorrect. Please make
56sure you typed in all six of the words correctly and in order.
57
58If you have lost your Athena Account Coupon, you will need to
59get a new one, by going to either the Student Services Center in
60Building 11, or the Athena User Accounts Office at 617-253-1325 or accounts@mit.edu.
61# 12 BAD_USERNAME
62"%s" is not a valid username. Your username must be between %d and %d
63characters long, must start with a lowercase letter, and must consist
64entirely of lowercase letters, digits 0-9, and the underscore (_)
65character.
66# 13 USERNAME_UNAVAILABLE
67Sorry, that username is already taken. Please select another.
68# 14 RESERVED_USERNAME_UNAVAILABLE
69Oops. Your account was reserved with the username "%s", but that
70username is already taken. You will not be able to register your
71account until this problem is resolved. Please contact the Athena User
72Accounts Office at 617-253-1325 or accounts@mit.edu.
73# 15 USERNAME_OK
74OK. I've reserved the username "%s" for you.
75# 16 PASSWORD_SHORT
76That password is too short! Please use a longer password.
77# 17 PASSWORD_SIMPLE
78That password is too simple. Please use a password with a mix of
79different kinds of characters.
80# 18 PASSWORD_SAMPLE
81Those were just examples! You should invent your own secret password,
82that no one else knows.
83# 19 KADM_ERROR
84An unexpected error occurred while trying to register your username
85and password with the Kerberos server. The error was: "%s".
86
87Please try again later. If this problem persists, contact the Athena
88User Accounts Office at 617-253-1325 or accounts@mit.edu.
89# 20 DONE
90Your account has been registered and will become active later tonight.
91
92You should be able to log in by tomorrow morning using your Kerberos
93username (%s) and the password you chose.
94
95SAPweb Self-Service access (including employee benefits enrollment) will
96be available after 48 hours.
97
98MIT's central email service is in transition.
99
100Please note: To access your email account via a web browser (Firefox,
101Internet Explorer, Safari), please use:
102
103%s
104
105Welcome to computing at MIT!
106# 21 BAD_PIN
107The PIN you typed was incorrect. Please make sure you typed it correctly.
108
109If you do not remember your PIN, you will need to contact
110Sloan admissions, by sending mail to admit@sloan.mit.edu.
111They will follow up with your PIN information.
112# 22 USERNAME_AVAILABLE
113The username "%s" is available for you to use.
Note: See TracBrowser for help on using the repository browser.