Skip to content
  • Jeremy Kerr's avatar
    Use generic email confirmation object · 56e2243f
    Jeremy Kerr authored
    
    
    Rather than having a UserPerson-specific confirmation, add an
    EmailConfirmation object to allow multiple types of confirmations (eg,
    opt-out requests in future).
    
    To do this, we use a view (patchwork.views.confirm) that will call the
    type-specific view with the confirmation object.
    
    Also, add tests to check that the User/Person linkage system works.
    
    Signed-off-by: default avatarJeremy Kerr <jk@ozlabs.org>
    56e2243f