summaryrefslogtreecommitdiffstats
path: root/ipalib
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2014-08-05 17:00:01 +0200
committerMartin Kosek <mkosek@redhat.com>2014-10-17 15:53:34 +0200
commit43d359387392bb659b471380c129999bb8aebb3e (patch)
tree573ee7df9d2ebb8101207cc0e4ca6e453e242afa /ipalib
parent49fde3b047e63a549774a3354138102608855d77 (diff)
downloadfreeipa-43d359387392bb659b471380c129999bb8aebb3e.tar.gz
freeipa-43d359387392bb659b471380c129999bb8aebb3e.tar.xz
freeipa-43d359387392bb659b471380c129999bb8aebb3e.zip
webui: add link to OTP token app
- display info message which points user to FreeOTP project page - the link or the text can be easily changed by a plugin if needed https://fedorahosted.org/freeipa/ticket/4469 Reviewed-By: Endi Sukma Dewata <edewata@redhat.com>
Diffstat (limited to 'ipalib')
-rw-r--r--ipalib/plugins/internal.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py
index 43805daa8..c7f400a90 100644
--- a/ipalib/plugins/internal.py
+++ b/ipalib/plugins/internal.py
@@ -550,6 +550,7 @@ class i18n_messages(Command):
},
"otptoken": {
"add_token": _("Add OTP Token"),
+ "app_link": _("You can use <a href=\"${link}\" target=\"_blank\">FreeOTP<a/> as a software OTP token application."),
"config_title": _("Configure your token"),
"config_instructions": _("Configure your token by scanning the QR code below. Click on the QR code if you see this on the device you want to configure."),
"details": _("OTP Token Settings"),