ASKBOT / askbot-devel

Askbot is a Django/Python Q&A forum. **Contributors README**: https://github.com/ASKBOT/askbot-devel#how-to-contribute. Commercial hosting of Askbot and support are available at https://askbot.com
Other
1.56k stars 627 forks source link

Allow merging user accounts #876

Open slel opened 3 years ago

slel commented 3 years ago

Please provide the ability to merge user accounts.

The need to do that might arise from various situations.

References:

slel commented 3 years ago

Requested on Ask Sage:

evgenyfadeev commented 3 years ago

It is possible to do by running: python manage.py merge_users <from_id> <to_id>

There could be a feature though to merge users from the UI.