This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
drupalcampbristol/vendor/drupal/console-en/translations/user.password.hash.yml
2018-11-23 12:29:20 +00:00

18 lines
612 B
YAML

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'
questions:
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
errors: null
examples:
- description: 'Get hash of the word "p455w0rd"'
execution: |
drupal user:password:hash p455w0rd