]> andersk Git - moira.git/commitdiff
Tweak wording of help text for PIN screen.
authorzacheiss <zacheiss>
Wed, 6 Mar 2002 17:02:38 +0000 (17:02 +0000)
committerzacheiss <zacheiss>
Wed, 6 Mar 2002 17:02:38 +0000 (17:02 +0000)
clients/regapplet/regapplet/mybundle.java

index bbf3bb07e7658f68982bb06b647d541f1c7c0af6..5ab8a9a57b22b7882ebbbdb44f9ba096a3b8612c 100644 (file)
@@ -12,7 +12,7 @@ public class mybundle {
     ht = new Hashtable();
     ht.put("welcome", "Welcome to the Athena Computing Environment");
     ht.put("getw", "You should have received an \"Athena Account Coupon\" containing six secret Key Words to be used to verify your identity. Please enter those six words below.\n(If you are a freshmen entering in the fall term, you should have received this Coupon in your orientation packet. If you are a transfer student or graduate student, you should have picked up your Coupon at the Student Services Center.)\nIf you do not have your Athena Account Coupon, you will not be able to register for an account at this time. You can bring your MIT ID to the Student Services Center in Building 11 to pick up a new Coupon.");
-    ht.put("geti", "When applying on-line, you should have chosen a 9 character long PIN to be used to verify your identity. Please enter that PIN below.\nIf you do not have your PIN, you will not be able to register for an account at this time.  Please contact the Athena User Accounts office in N42-105A, x3-1325 for further assistance.");
+    ht.put("geti", "During this registration process you will be asked for the 9 digit PIN code that you used to access the MIT/Sloan MBA Online Application.\nBe prepared to provide the 9 digit PIN code, use the same first and last name that you used to apply at MIT/Sloan and your MIT ID number to register for your MIT/Athena/Kerberos account.\nIf you do not have or do not remember this information please contact admit@sloan.mit.edu for assistance.");
     ht.put("getl1", "Now you must pick an Athena username. Your Athena username will also be used for your MIT.EDU email address. Friends, colleagues, and others will use this username to communicate with you. No two people may have the same Athena username.\nA username must be at least 3 characters, and not more than 8. It must start with a lowercase letter, and may contain only lowercase letters, numbers, and the underscore character (_).\nMost people choose a username which is similar to their real name. A common choice is to use the first initial (or first and middle initials) followed by the last name (for example, \"jdoe\" for John Doe).");
     ht.put("getl2", "Some example usernames based on your name are:");
     ht.put("getl3", "You may choose whatever you want for your username, but the username you choose now will stay with you for your entire career at MIT. Once it is registered for you, it CANNOT be changed.");
This page took 0.038355 seconds and 5 git commands to generate.