-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

During some UI rewrite, the password migration form completely lost the
action= field and defaulted to GET instead of POST.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/

iEYEARECAAYFAk1Skf4ACgkQHsardTLnvCXJUACgjTNaASanb8VaGc/wy1sb2Vf6
3nAAnR/rc1foyjcF1I9uXN2whH1z5AKp
=3v5+
-----END PGP SIGNATURE-----
From aec681b7bd5d7b044bea6fd76e2a87e542420b0f Mon Sep 17 00:00:00 2001
From: Jakub Hrozek <jhro...@redhat.com>
Date: Wed, 9 Feb 2011 08:05:00 -0500
Subject: [PATCH] Fix migration page

---
 install/migration/index.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/install/migration/index.html b/install/migration/index.html
index 55c4ec5..c626e24 100644
--- a/install/migration/index.html
+++ b/install/migration/index.html
@@ -28,7 +28,7 @@
         </div>
         <div id="formwindow">
            <h4>Login</h4>
-           <form id="login" action="" name="">
+           <form id="login" action="migration.py" method="post" name="">
               <ul>
                 <li>
                   <label for="username">Username:</label>
-- 
1.7.3.4

Attachment: jhrozek-freeipa-050-migration.patch.sig
Description: PGP signature

_______________________________________________
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel

Reply via email to