60f63ea0da2d360b6c398d33216e473c4c78886f
[yaffs-website] / vendor / drupal / console-en / translations / user.password.reset.yml
1 description: 'Reset password for a specific user.'
2 help: 'The <info>password:reset</info> command helps you to reset password for a specific user.'
3 welcome: 'Welcome to the Drupal password reset'
4 options:
5   password: 'Password in text format'
6   user: 'User name/id'
7 questions:
8   invalid-user: 'Invalid user name/id "%s", user id must be an integer'
9   invalid-pass: 'Password can''t be empty'
10   user: 'Enter User name/id'
11   password: 'Enter password'
12   other-password: 'Other password (press <return> to stop adding passwords)'
13 messages:
14   reset-successful: 'Password was updated successfully for user id "%s"'
15 errors:
16   invalid-user: 'Invalid user name/id "%s"'
17   empty-password: 'Password can not be empty'
18 examples:
19   - description: 'Update password specifying the user id and the new password'
20     execution: |
21       drupal user:password:reset 2 p455w0rd
22   - description: 'Update password specifying the user jmolivas and the new password'
23     execution: |
24       drupal user:password:reset jmolivas p455w0rd