From 30b1256b6231610812b394e3363394690a297201 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Tue, 3 Jun 2014 18:21:25 +0200 Subject: webui: add OTP token synchronization New SyncOTPScreen widget and related facet. https://fedorahosted.org/freeipa/ticket/4218 Reviewed-By: Endi Sukma Dewata --- install/ui/test/data/ipa_init.json | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'install/ui/test/data/ipa_init.json') diff --git a/install/ui/test/data/ipa_init.json b/install/ui/test/data/ipa_init.json index 0c32395ee..3da2b4f4a 100644 --- a/install/ui/test/data/ipa_init.json +++ b/install/ui/test/data/ipa_init.json @@ -506,11 +506,15 @@ "current_password": "Current Password", "current_password_required": "Current password is required", "expires_in": "Your password expires in ${days} days.", + "first_otp": "First OTP", "invalid_password": "The password or username you entered is incorrect.", "new_password": "New Password", "new_password_required": "New password is required", "otp": "OTP", "otp_long": "One-Time-Password", + "otp_sync_fail": "Token synchronization failed", + "otp_sync_invalid": "The username, password or token codes are not correct", + "otp_sync_success": "Token was synchronized", "password": "Password", "password_and_otp": "Password or Password+One-Time-Password", "password_change_complete": "Password change complete", @@ -518,6 +522,8 @@ "reset_failure": "Password reset was not successful.", "reset_password": "Reset Password", "reset_password_sentence": "Reset your password.", + "second_otp": "Second OTP", + "token_id": "Token ID", "verify_password": "Verify Password" }, "search": { -- cgit