AuthMe Reloaded

AuthMe Reloaded

3M Downloads

/authme unregister command will delete the line of player in database

sparrowhe opened this issue · 2 comments

commented

Is your feature request related to a problem? Please describe.
Today, I delete a player's account use /authme unregister on console. But soon I realized that I had made a wrong decision. I need to check the player's login ip and last login time. When I check the database, I can't find it.

Describe the solution you'd like
Authme should not delete the database while logging out the player.

Describe alternatives you've considered
Instead, it need use a column is used to control the activation status of this account

Additional context
Nothing

commented

You could make a before delete trigger in the database and copy the soon to be deleted data to another table.

commented