Skip to content

Fix deleting user

Špela Dragan requested to merge fix-deleting-user into drupal-to-ckan

Calling get_action('user_delete') was getting caught in a loop as it was calling another plugin's implementation. Added code is copied from ckan implementation.

Closes #6

Edited by Špela Dragan

Merge request reports