Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console-en / translations / user.password.hash.yml
index 05f58b283f3c71583b68da131968178760cb5ee7..a37d9a00aa5bfac209d0b7913a7f68e5f0c3ac39 100644 (file)
@@ -2,12 +2,16 @@ description: 'Generate a hash from a plaintext password.'
 help: 'The <info>password:hash</info> command helps you to generate hashes password from plaintext passwords.'
 welcome: 'Welcome to the Drupal password hash generator'
 options:
-    password: 'Password(s) in text format'
+  password: 'Password(s) in text format'
 questions:
-    invalid-pass: 'Password can''t be empty'
-    password: 'Enter password'
-    other-password: 'Other password (press <return> to stop adding passwords)'
+  invalid-pass: 'Password can''t be empty'
+  password: 'Enter password'
+  other-password: 'Other password (press <return> to stop adding passwords)'
 messages:
-    password: Password
-    hash: Hash
+  password: Password
+  hash: Hash
 errors: null
+examples:
+  - description: 'Get hash of the word "p455w0rd"'
+    execution: |
+      drupal user:password:hash p455w0rd