grim/reviewboard_jetbrains_hub

d5e4e7300555
Parents 0477b493294e
Children 71b86138f5fd
Add a note about accounts not having passwords
--- a/rbjbhub/extension.py Wed Jun 17 05:09:20 2020 -0500
+++ b/rbjbhub/extension.py Mon Nov 02 23:51:24 2020 -0600
@@ -101,7 +101,8 @@
backend_id = 'grim-jbhub'
name = _('JetBrains Hub')
settings_form = JetBrainsHubSettingsForm
- login_instructions = _('If you have 2FA enabled in your Hub account, you '
+ login_instructions = _('If you have 2FA enabled on your Hub account or '
+ 'your hub account doesn\'t have a password, you '
'will need to use an application password.')
def authenticate(self, username, password, **kwargs):