Yaffs site version 1.1
[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 options:
4     user-id: 'User ID.'
5 questions:
6     uid: 'Enter User ID.'
7     numeric-uid: 'User id must be an integer.'
8     invalid-uid: 'User id must be upper than zero.'
9 messages:
10     successful: 'Login attempts were successfully cleared for user id "%s".'
11 errors:
12     invalid-user: 'Cannot load user entity (Uid: "%s").'
13     no-flood: 'No flood table on the system.'