我应该如何允许我的会员取消他们在我的网站上的帐户?
允许会员取消帐户的最佳方式是什么?我应该让他们点击网站上的取消按钮吗?
What is the best way to allow a member to cancel their account? Should I simply have them click a cancel button on the site?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有一个按钮或其他东西可以在确认后取消帐户,这样用户就不会错误地取消帐户。另外,不要删除该帐户,请在用户表中添加
已删除
标志,以便您可以在需要时重新激活该帐户。问候,阿林
Have a button or something that allows canceling the account with confirmation so that the user doesn't cancel by mistake. Also don't delete the account, have
deleted
flag in the users table so you can reactivate that account if needed.Regards, Alin