From b36a3c693b7eeb36b25eac11da89c0dd5446eb71 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Thu, 5 Jun 2014 18:50:03 +0200 Subject: [PATCH] webui: add sync_otp.html standalone page for OTP token synchronization. It reuses SyncOTPScreen widget instead of reimplementing the logic as in other standalone pages. https://fedorahosted.org/freeipa/ticket/4218 Reviewed-By: Endi Sukma Dewata --- freeipa.spec.in | 1 + install/ui/Makefile.am | 1 + install/ui/sync_otp.html | 67 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 69 insertions(+) create mode 100644 install/ui/sync_otp.html diff --git a/freeipa.spec.in b/freeipa.spec.in index bb61cfe91..4ba4e87bc 100644 --- a/freeipa.spec.in +++ b/freeipa.spec.in @@ -702,6 +702,7 @@ fi %dir %{_usr}/share/ipa/ui %{_usr}/share/ipa/ui/index.html %{_usr}/share/ipa/ui/reset_password.html +%{_usr}/share/ipa/ui/sync_otp.html %{_usr}/share/ipa/ui/*.ico %{_usr}/share/ipa/ui/*.css %{_usr}/share/ipa/ui/*.js diff --git a/install/ui/Makefile.am b/install/ui/Makefile.am index 1c223fdd3..9e4867113 100644 --- a/install/ui/Makefile.am +++ b/install/ui/Makefile.am @@ -17,6 +17,7 @@ app_DATA = \ ipa.css \ reset_password.js \ reset_password.html \ + sync_otp.html \ $(NULL) EXTRA_DIST = \ diff --git a/install/ui/sync_otp.html b/install/ui/sync_otp.html new file mode 100644 index 000000000..5814b6c57 --- /dev/null +++ b/install/ui/sync_otp.html @@ -0,0 +1,67 @@ + + + + + IPA: Identity Policy Audit + + + + + + + + + + + + + \ No newline at end of file