Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console-en / translations / user.login.clear.attempts.yml
1 description: 'Clear failed login attempts for an account.'
2 help: 'The <info>user:login:clear:attempts</info> command resets the failed login attempts for an account.'
3 arguments:
4     user: 'User name/id.'
5 questions:
6     user: 'Enter User name/id'
7 messages:
8     successful: 'Login attempts were successfully cleared for user: "%s".'
9 errors:
10     invalid-user: 'Cannot load user entity using: "%s".'
11     no-flood: 'No flood table on the system.'