Closed
Bug 898026
Opened 13 years ago
Closed 12 years ago
Handle invite URLs
Categories
(Participation Infrastructure :: Phonebook, defect)
Participation Infrastructure
Phonebook
Tracking
(Not tracked)
VERIFIED
FIXED
2013-09-12
People
(Reporter: hoosteeno, Assigned: sancus)
Details
(Whiteboard: [kb=1058811] )
We send out invite URLs to people who are invited to join Mozillians. They look like this:
https://mozillians.allizom.org/en-US/register/?code=hbJzr
With recent changes to registration/profile, we changed how /register works. This has short term and long term implications.
* Short term, we need to catch URLs like the above and add a message to the logged-out homepage. Suggested message: "You've been invited to join Mozillians.org! Sign in and then you can create a profile."
* Long term, if we move from a "vouched" to an "invited" trust model, we need to validate the invitation code before allowing someone to join.
This bug is focused on the former: Let's add a message to the logged-out homepage when someone visits with an invite URL.
| Reporter | ||
Comment 1•13 years ago
|
||
This is not a regression; not blocking profile launch.
No longer blocks: 867267
Updated•13 years ago
|
Whiteboard: [kb=1058811]
| Reporter | ||
Updated•13 years ago
|
Assignee: nobody → sancus
| Reporter | ||
Updated•12 years ago
|
Status: NEW → ASSIGNED
| Reporter | ||
Comment 2•12 years ago
|
||
:sancus wrote this code but it somehow got clobbered by the playdoh merge. :sancus will submit another PR with it.
| Reporter | ||
Comment 3•12 years ago
|
||
Comment 4•12 years ago
|
||
Commits pushed to master at https://github.com/mozilla/mozillians
https://github.com/mozilla/mozillians/commit/f057b3009b9ec4a4b3f5da1532f44e6cd9eb63d1
[Fix Bug 898026] ask invited users to login
https://github.com/mozilla/mozillians/commit/816cccc394962339390b1408c4a10806252c2090
Merge pull request #596 from Sancus/handleinvites
[Fix Bug 898026] ask invited users to login
Updated•12 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Comment 5•12 years ago
|
||
QA verified on stage - if a vouched Mozillian sends an invite; the invite link once clicked vouches the invitees profile after they've created one.
Status: RESOLVED → VERIFIED
| Reporter | ||
Updated•12 years ago
|
Target Milestone: --- → 2013-09-12
You need to log in
before you can comment on or make changes to this bug.
Description
•