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
  • Loading branch information
MarkCalvert committed Dec 20, 2021
1 parent 77aa31e commit 316a668
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
Expand Up @@ -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 316a668

Please # to comment.