Imported from archive.
[mudpy.git] / lib / menus / account_creation
1 [checking new account name]
2 description = There is no existing account for "$(account)" (note that an account name is not the same as a character name). Would you like to create a new account by this name, go back and enter a different name or disconnect now?
3 choice_d = disconnect now
4 choice_g = go back
5 choice_n = new account
6 prompt = Enter your choice:
7 default = d
8
9 [entering new password]
10 prompt = Enter a new password for "$(account)":
11 echo = off
12 error_weak = That is a weak password... Try something at least 7 characters long with a combination of mixed-case letters, numbers and punctuation/spaces.
13 error_differs = The two passwords did not match. Try again...
14
15 [verifying new password]
16 prompt = Enter the same new password again:
17 echo = off
18