Sometimes an already registered user makes a donation while being logged out, or someone who donated with his account doesn't want his donation associated with it.
With this PR, you can go to a transaction and enter a new username for it, or change it to Anonymous. Behind the scenes, the only field that is changed is the transaction's user_id.
If you want to merge this, let me know if anything needs improving. :+1:
Sometimes an already registered user makes a donation while being logged out, or someone who donated with his account doesn't want his donation associated with it.
With this PR, you can go to a transaction and enter a new username for it, or change it to Anonymous. Behind the scenes, the only field that is changed is the transaction's
user_id
.If you want to merge this, let me know if anything needs improving. :+1: