diff --git a/install/migration/index.html b/install/migration/index.html index 302eca263..7cdd6e38a 100644 --- a/install/migration/index.html +++ b/install/migration/index.html @@ -1,70 +1,69 @@ - + IPA: Identity Policy Audit - - - + + + + + + -
- - - -
- -
- -
-
- -
-
- - -
-

Password Migration

-

- If you have been sent here by your administrator, your personal - information is being migrated to a new identity management solution - (IPA). -

-

- Please, enter your credentials in the form to complete the - process. Upon successful login your kerberos account will be - activated. -

-
-
-
-
+ diff --git a/install/ui/src/freeipa/core.js b/install/ui/src/freeipa/core.js index d906ec916..4ac3f84ef 100644 --- a/install/ui/src/freeipa/core.js +++ b/install/ui/src/freeipa/core.js @@ -21,7 +21,8 @@ define([ './app_container', './plugins/sync_otp', - './plugins/login' + './plugins/login', + './plugins/migrate' ],function(app_container) { return app_container; -}); \ No newline at end of file +});