Skip to content

Commit

Permalink
Added auth_allow_anonymous_access to auth function fortify_user_update (
Browse files Browse the repository at this point in the history
MarkCalvert authored May 25, 2022
1 parent 63dbded commit ea55acb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ckanext/fortify/logic/auth/update.py
Original file line number Diff line number Diff line change
@@ -14,5 +14,6 @@ def fortify_organization_update(next_auth, context, data_dict):


@toolkit.chained_auth_function
@toolkit.auth_allow_anonymous_access
def fortify_user_update(next_auth, context, data_dict):
return helpers.disallow_non_image_uploads(next_auth, context, data_dict)

0 comments on commit ea55acb

Please sign in to comment.