Opened 8 years ago
Closed 8 years ago
#5476 closed defect (fixed)
Extra whitespace around OAuth verifier code in HTML
Reported by: | Ben Sturmfels | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | graphic design/interface | Keywords: | small |
Cc: | Parent Tickets: |
Description
I start up Pumpa with a fresh config file and point it at my local MediaGoblin:
pumpa -c temp.cfg
Then I enter my account ben@localhost:6543
and wait 5 mins for Pumpa to try HTTPS, fail, and then try HTTP. When it does, the MediaGoblin asks you to log in, then pops up the OAuth page. Once you click "verify" it shows the OAuth verifier code. All good so far.
Problem is, there's an invisible space at the end of the verifier code which, if accidentally copied too, will make the OAuth verification fail (Pumpa just shows a blank screen).
When you repeat the process from the start without copying the space, the verification succeeds and you see the feed of media items.
This space should be removed by removing the spaces/line breaks around the verifier code in the HTML template.
Attachments (1)
Change History (3)
by , 8 years ago
Attachment: | issue_5476.patch added |
---|
comment:1 by , 8 years ago
Status: | new → review |
---|
Hi,
I have successfully reproduced the bug, and modified the HTML template so that the extra space is removed. I have also verified it twice.
This was an easy fix, hoping to contribute more. Waiting for a review.
Thanks,
Newcomer to MediaGlobin,
Vijeth
Removed line breaks or spaces around the verifier code.