Fix #5462 - attempt to change email without login
authorAndrew Browning <ayleph@thisshitistemp.com>
Tue, 19 Jul 2016 04:16:48 +0000 (00:16 -0400)
committerAndrew Browning <ayleph@thisshitistemp.com>
Tue, 19 Jul 2016 04:16:48 +0000 (00:16 -0400)
commitc49e5162ca8e357be38018d045554ccb38f99b10
tree69e29e165686b6f6011120d057e07d630e8e78b2
parentda686c199815137cf9c2b6ce1d1e8c00b82ea680
Fix #5462 - attempt to change email without login

Require an active login when accessing the form to change an email
address associated with an account. This prevents a server crash when
a user is assumed to be part of the request.
mediagoblin/edit/views.py