Bug 1138798
Summary: | Add support for bounce_url to /ipa/ui/reset_password.html | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Martin Kosek <mkosek> | ||||
Component: | ipa | Assignee: | Martin Kosek <mkosek> | ||||
Status: | CLOSED ERRATA | QA Contact: | Namita Soman <nsoman> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | 7.0 | CC: | mkosek, mvarun, pvoborni, rcritten | ||||
Target Milestone: | rc | ||||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | ipa-4.1.0-0.1.alpha1.el7 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2015-03-05 10:13:46 UTC | Type: | --- | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
Description
Martin Kosek
2014-09-05 16:12:04 UTC
fixed upstream: master: https://fedorahosted.org/freeipa/changeset/8288135b5b218cd63d5f5bfba59f6d1f9657af2d/ https://fedorahosted.org/freeipa/changeset/050431c4dd70f024b1644137fb0ad4881ed9e32b/ ipa-4-1: https://fedorahosted.org/freeipa/changeset/8288135b5b218cd63d5f5bfba59f6d1f9657af2d/ https://fedorahosted.org/freeipa/changeset/c946029ba304efe808106da13e1bfd58135821be/ The way I understand it we need an external web application to simulate a user password reset.. correct me if i am wrong. Do you have any sample application to test it OR can u please tell me an alternate way to test this BZ#1138798? REPRODUCTION INFORMATION: This change added support if "url" parameter to IPA password reset standalone page. When this URL is present, the page will display notice "Password reset was successful. Continue to _next page_" with link to the specific, encoded, URL. In this example: https://ipa.mkosek-rhel71.test/ipa/ui/reset_password.html?url=http%3A%2F%2Fwww.freeipa.org the link will lead to www.freeipa.org site. Additional details in commmit messages in https://fedorahosted.org/freeipa/changeset/8288135b5b218cd63d5f5bfba59f6d1f9657af2d/ https://fedorahosted.org/freeipa/changeset/c946029ba304efe808106da13e1bfd58135821be/ Created attachment 985330 [details] support for bounce_url Verified. IPA version: ------------ ipa-server-4.1.0-15.el7.x86_64 Steps followed: =============== 1: Open "password reset page" with link to the specific, encoded, URL. https://<IPA-SERVER-NAME>/ipa/ui/reset_password.html?url=http%3A%2F%2F<external application> Eg:- https://server71ui.mvtestrelm.test/ipa/ui/reset_password.html?url=http%3A%2F%2Fwww.freeipa.org 2: Enter username (for which password to be reset) 3: Enter "Current Password" and "New Password", "Re-Enter New Password" 4: Hit "Reset" button 5: The page will display message as "Password reset was successful. Continue to next page" 6: Click "Continue to next page" it will take you external application/site. For reference I have attached snapshot. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHSA-2015-0442.html |