#317 IRC: Enforce email confirmation
Opened 8 years ago by duffy. Modified 7 years ago

(Related ticket: issue #283)

The user has 24 hours after nick registration to confirm their email address with freenode. If they do not do this, their nickname will expire.

After the 24 hours have passed, we should, behind the scenes, attempt to identify with nickserv using the user's chosen nick and password. If we cannot identify (presumably because freenode never got the email verification) we should:

  • drop the nick (no user intervention needed)
  • re-take the nick (no user intervention)
  • re-register using the details the user provided in the wizard (no user intervention)
  • prompt the user to verify their email address again (needs user intervention)

This ticket is for the mockup for that last step.


This should probably be a notification in the person's feed.

Metadata Update from @sayanchowdhury:
- Issue marked as depending on: #283
- Issue marked as depending on: #291
- Issue set to the milestone: Flock 2017
- Issue tagged with: irc, ui-spec

7 years ago

Metadata Update from @duffy:
- Issue unmarked as depending on: #291
- Issue marked as depending on: #283
- Issue marked as depending on: #291

7 years ago

Metadata Update from @ryanlerch:
- Issue set to the milestone: None (was: Flock 2017)

7 years ago

Log in to comment on this ticket.