Imported from archive.
[mudpy.git] / lib / menus / account_creation
diff --git a/lib/menus/account_creation b/lib/menus/account_creation
new file mode 100644 (file)
index 0000000..dc7f032
--- /dev/null
@@ -0,0 +1,18 @@
+[checking new account name]
+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?
+choice_d = disconnect now
+choice_g = go back
+choice_n = new account
+prompt = Enter your choice:
+default = d
+
+[entering new password]
+prompt = Enter a new password for "$(account)":
+echo = off
+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.
+error_differs = The two passwords did not match. Try again...
+
+[verifying new password]
+prompt = Enter the same new password again:
+echo = off
+