walinejs / waline

💬 A Simple, Safe Comment System
https://waline.js.org/en/
GNU General Public License v2.0
2.2k stars 381 forks source link

[Feature]: 长时间未认证的用户,可以超时自动删除么 || [Feature]: Can users who have not been authenticated for a long time be automatically deleted after timeout? #2399

Open appotry opened 6 months ago

appotry commented 6 months ago

功能概述 | Describe the feature

用户中,不少长期 待认证 ,很多信息不全,可以设置超时超过一周就自动删除么


Feature Overview | Describe the feature

Many of the users have been waiting for authentication for a long time, and many have incomplete information. Can they be automatically deleted after a timeout of more than a week?

appotry commented 6 months ago

服务端的用户管理相关功能几乎没有,希望可以丰富一下


There are almost no user management related functions on the server side. I hope they can be enriched

lizheming commented 6 months ago

后台可以加一个删除用户的操作。针对这个 issue 的诉求可以尝试自己写插件实现,感觉也不是很复杂


You can add an operation to delete users in the background. In response to the appeal of this issue, you can try to write a plug-in yourself, and it doesn’t feel very complicated.

FrederickBun commented 3 months ago

后台可以添加一个对用户管理的部分操作,如“重置密码”“注销用户”等等,否则基本无意义,还有标签可以设置用户是否可以自行更改等


You can add some operations for user management in the background, such as "reset password", "log out user", etc. Otherwise, it is basically meaningless. There are also labels to set whether the user can change it by himself, etc.