summaryrefslogtreecommitdiffstats
path: root/lib/sql/migration/008-confirmations.sql
Commit message (Collapse)AuthorAgeFilesLines
* Use generic email confirmation objectJeremy Kerr2011-04-141-0/+11
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: Jeremy Kerr <jk@ozlabs.org>