Move verification key generation to view
authorElrond <elrond+mediagoblin.org@samba-tng.org>
Sun, 25 Dec 2011 19:11:09 +0000 (20:11 +0100)
committerElrond <elrond+mediagoblin.org@samba-tng.org>
Tue, 27 Dec 2011 19:17:16 +0000 (20:17 +0100)
commit479e8a833ba502c976574af77181f60a2a660aec
tree4cd948b1c291e194e4eee362edaa74c48e18366b
parent0c0ab3227430b3d55ce9d19b37a01cd2a3c90259
Move verification key generation to view

Instead of creating the email verication key on the db
model as a default for the field, create it in the
registration view.
Now all verification key generation is only in
auth/views.py!
mediagoblin/auth/views.py
mediagoblin/db/mongo/models.py