Bug 860223

Summary: [fork]Caught error when click the reset password url more than one time.
Product: OKD Reporter: Mengjiao Gao <mgao>
Component: WebsiteAssignee: Clayton Coleman <ccoleman>
Status: CLOSED CURRENTRELEASE QA Contact: libra bugs <libra-bugs>
Severity: medium Docs Contact:
Priority: medium    
Version: 2.xCC: szhou, xtian, yujzhang
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-11-06 18:47:47 UTC Type: Bug
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 Flags
Error page when click the confirm url twice time. none

Description Mengjiao Gao 2012-09-25 10:19:20 UTC
Created attachment 616951 [details]
Error page when click the confirm url twice time.

Description of problem:
After I reseted password in the website,I can receive a email with a  reset comfirm url. When I clicked it first time, I can receive a email with the reseted password.But when I clicked it  once more , I got a error page like the attachment show.

This does not happen on the latest devenv(devenv_2221)

Version-Release number of selected component (if applicable):
On fork_ami_opensource_console_ruby19_2

How reproducible:
Always

Steps to Reproduce:
1. Go to the password reset page.
2. Input a valid account.
3. Check your email and click the confirm url twice time.
  
Actual results:
Got error  when clicked the confirm url twice time.

Expected results:
User should get a page with message like :"Unable to reset password
This password reset request is no longer valid"

Additional info:

Comment 1 Clayton Coleman 2012-09-25 19:27:12 UTC
Should be fixed in fork_ami_opensource_console_ruby19_3

Comment 2 Yujie Zhang 2012-09-26 05:49:35 UTC
(In reply to comment #1)
Tested this issue on fork_ami_opensource_console_ruby19_3, still has the same issuem, could you please check this again ?

Comment 3 Clayton Coleman 2012-09-26 19:29:46 UTC
Will be delivered to master today.  Initializer was never loading the core streamline library.

Comment 4 Yujie Zhang 2012-09-27 06:14:31 UTC
(In reply to comment #3)
Tested this issue on devenv_2040, it has been fixed now, thanks.