/authme unregister command will delete the line of player in database
sparrowhe opened this issue · 2 comments
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
You could make a before delete trigger in the database and copy the soon to be deleted data to another table.
That's a great way to solve my problem, I will use it until this feature added in AuthMe, thank you.------------------ 原始邮件 ------------------
发件人: "Kristjan&nbsp;Krušič"<[email protected]>
发送时间: 2021年1月3日(星期天) 凌晨2:39
收件人: "AuthMe/AuthMeReloaded"<[email protected]>;
抄送: "SparrowHe"<[email protected]>;"Author"<[email protected]>;
主题: Re: [AuthMe/AuthMeReloaded] /authme unregister command will delete the line of player in database (#2252)