Welcome to Codidact Meta!
Codidact Meta is the meta-discussion site for the Codidact community network and the Codidact software. Whether you have bug reports or feature requests, support questions or rule discussions that touch the whole network – this is the site for you.
Comments on I can do everything after account deletion also.
Post
I can do everything after account deletion also.
I had requested to delete my account. My account was deleted in the following communities.
- Software
- Poweruser
- Linux
No one can visit my profile also (excluding moderator ~ I guess). In the comment thread, I could comment also. Even, my profile is showing to me.
The deletion is just like,"no one can visit my profile." Since, I can comment. I guess, I can create question and answer also.
@Derek Elkins
you are taking something wrong. There's a way to detect user is deleted or not.
current_user.deleted?
The deletion actually means soft delete which only done by Staff. Usually, my account was deleted properly. But, other pages isn't checking my account is deleted or not that's why it is bug.
In a post @ArtOfCode (Usually, I forgot that can be Luap also) said,"Your account isn't created in community 'A' until you visit community 'A' when you visit that site. Your account will be created automatically". I was searching that post 30 minutes. But, I couldn't find that.
Solved : https://github.com/codidact/qpixel/commit/5f5778f8601836d4489a250c1ae0b7a727a6ac74 (app/controllers/users/sessions_controller.rb)
1 comment thread