~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/stories/person/xx-validate-email.txt

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-20 17:18:38 UTC
  • mfrom: (14557.1.20 login-token-apocalyse)
  • Revision ID: launchpad@pqm.canonical.com-20111220171838-t5bzp4y0hjmxxqze
[rs=sinzui][no-qa] migrate logintoken, launchpad statistics,
        and feeds.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
Visit the token URL mentioned in the email, and get redirected to
33
33
+validateemail.
34
34
 
35
 
    >>> from canonical.launchpad.ftests.logintoken import (
 
35
    >>> from lp.services.verification.tests.logintoken import (
36
36
    ...     get_token_url_from_email)
37
37
    >>> token_url = get_token_url_from_email(raw_msg)
38
38
    >>> browser.open(token_url)