Fix #5353 - Bug in OAuth which referenced "user"
authorJessica Tallon <tsyesika@tsyesika.se>
Sat, 17 Oct 2015 00:18:32 +0000 (00:18 +0000)
committerJessica Tallon <tsyesika@tsyesika.se>
Sat, 17 Oct 2015 00:18:32 +0000 (00:18 +0000)
commitfd703bb4d0665958d853b89f6069eefd8a8c8113
tree0ff2e4773f667e82e3bf11fb40ac39e2d28d1108
parentd216d771f662fc3e0a3417ce06e8355abce99988
Fix #5353 - Bug in OAuth which referenced "user"

There was a recent change in 0f3bf8d where several names which were
used to refer the actor where renamed to the standard "actor"
property name. There were some places in the OAuth decorator and the
OAuth views where the old names were still referred. This fixes that.
mediagoblin/decorators.py
mediagoblin/oauth/oauth.py
mediagoblin/oauth/views.py