Overhaul data management to get rid of __control__
[mudpy.git] / share / menu.yaml
index 9735aec..968c5f2 100644 (file)
@@ -2,8 +2,7 @@
 # to use, copy, modify, and distribute this software is granted under
 # terms provided in the LICENSE file distributed with this software.
 
-__control__:
-    read_only: yes
+_lock: true
 
 menu:activate_avatar:
     action: user.activate_avatar_by_index(int(choice)-1)
@@ -94,7 +93,7 @@ menu:entering_account_name:
 menu:entering_new_password:
     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.
-    prompt: "Enter a new password for \"$(account)\":"
+    prompt: 'Enter a new password for "$(account)":'
     error_differs: The two passwords did not match. Try again...
 
 menu:initial: