Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCalvert committed Nov 8, 2021
2 parents 61eda22 + 77aa31e commit 63dbded
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 319 deletions.
319 changes: 0 additions & 319 deletions ckanext/fortify/anti_csrf.old

This file was deleted.

1 change: 1 addition & 0 deletions ckanext/fortify/logic/auth/create.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ def fortify_organization_create(next_auth, context, data_dict):


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

0 comments on commit 63dbded

Please sign in to comment.