Skip to content

Commit

Permalink
[Fixes #11995] Implement the DELETE method for the User API,Rules are…
Browse files Browse the repository at this point in the history
… disabled by default
  • Loading branch information
RegisSinjari committed Mar 11, 2024
1 parent dad23ee commit 10a4a51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geonode/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -2224,7 +2224,7 @@ def get_geonode_catalogue_service():
List of modules that implement the deletion rules for a user
"""
USER_DELETION_RULES = [
"geonode.people.utils.user_has_resources"
# "geonode.people.utils.user_has_resources"
# ,"geonode.people.utils.user_is_manager"
]

Expand Down

0 comments on commit 10a4a51

Please sign in to comment.