Closed
Bug 714915
Opened 13 years ago
Closed 13 years ago
Prevent users from logging in through https://developer-stage9.mozilla.org/Special:UserLogin once BrowserID goes live
Categories
(developer.mozilla.org Graveyard :: Wiki pages, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
2.0
People
(Reporter: retornam, Assigned: groovecoder)
References
()
Details
(Whiteboard: u=user c=browserid p=1)
1) BrowserID is live on stage yet users can still login through https://developer-stage9.mozilla.org/Special:UserLogin
2) We need a way to prevent users from doing this
Assignee | ||
Comment 1•13 years ago
|
||
Redirecting the MT login page to django login page.
Whiteboard: u=user c=browserid p=1
Target Milestone: --- → 1.9
Comment 2•13 years ago
|
||
Commits pushed to https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/36233624dd3b0c2618359e8ee1d28a1c123f7210
Fix Bug 714915 redirect MT login to django login
https://github.com/mozilla/kuma/commit/c62d6896c6e54e78e9012dcf63d410660475973f
Merge pull request #80 from groovecoder/mdn
Fix Bug 714915 redirect MT login to django login
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 3•13 years ago
|
||
Commits pushed to https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/36233624dd3b0c2618359e8ee1d28a1c123f7210
Fix Bug 714915 redirect MT login to django login
https://github.com/mozilla/kuma/commit/c62d6896c6e54e78e9012dcf63d410660475973f
Merge pull request #80 from groovecoder/mdn
Reporter | ||
Comment 4•13 years ago
|
||
redirect works https://developer-stage9.mozilla.org/Special:UserLogin goes to https://developer.mozilla.org/en-US/users/login
Status: RESOLVED → VERIFIED
Assignee | ||
Comment 5•13 years ago
|
||
Need to add index.php?title=Special:Userlogin&returntotitle=en%2FCSS%2FCSS+transitions url's to the rewrite/redirect rule.
Status: VERIFIED → REOPENED
Resolution: FIXED → ---
Target Milestone: 1.9 → 2.0
Reporter | ||
Comment 6•13 years ago
|
||
(In reply to Luke Crouch [:groovecoder] from comment #5)
> Need to add
> index.php?title=Special:Userlogin&returntotitle=en%2FCSS%2FCSS+transitions
> url's to the rewrite/redirect rule.
sneaky mindtouch
Comment 7•13 years ago
|
||
Commit pushed to https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/33f91da38d5304dc9eaaaf12e0b9bd0d669651eb
Fix Bug 714915 add another redirect for MindTouch login page
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → lcrouch
Status: REOPENED → RESOLVED
Closed: 13 years ago → 13 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 8•13 years ago
|
||
Comment 9•13 years ago
|
||
Commit pushed to https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/33f91da38d5304dc9eaaaf12e0b9bd0d669651eb
Fix Bug 714915 add another redirect for MindTouch login page
Reporter | ||
Comment 10•13 years ago
|
||
verified fixed https://developer.mozilla.org/index.php?title=Special:Userlogin&returntotitle=en%2FCSS%2FCSS+transitions ---> https://developer.mozilla.org/en-US/users/login
Status: RESOLVED → VERIFIED
Updated•12 years ago
|
Version: MDN → unspecified
Updated•12 years ago
|
Component: Website → Landing pages
Updated•5 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•