]> git.openstreetmap.org Git - rails.git/commitdiff
Allow users to delete their own accounts
authorAndy Allan <git@gravitystorm.co.uk>
Thu, 9 Dec 2021 16:12:42 +0000 (16:12 +0000)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 9 Feb 2022 16:15:24 +0000 (16:15 +0000)
This PR allows users to delete their own accounts. The logic implemented matches
that currently used by the admins when they manually close accounts, although
there is room to be more complex in future e.g. completely removing accounts
with no content.

The error handling has been slightly adapted for namespaced controllers, by
anchoring the controller name with a leading forward slash.


No differences found