There are 4 updates, 2 comments.
 
 
AntiSpam Application / cid:jira-generated-image-avatar-a8963a6d-1893-4d5f-b6df-339d84d73d36 ANTISPAM-83 Closed

Protect known users and groups from being considered inactive

 
View issue   ยท   Add comment
 

4 updates

 
cid:jira-generated-image-avatar-20aabaae-d7d1-4e7a-b849-5afc7a867aaa Changes by Vincent Massol on 29/Oct/25 14:50
 
Documentation in Release Notes: N/A
Documentation: N/A
Resolution: Invalid
Status: Open Closed
 
 

2 comments

 
cid:jira-generated-image-avatar-20aabaae-d7d1-4e7a-b849-5afc7a867aaa Vincent Massol on 29/Oct/25 14:50
 

This is already implemented!

Right now protected users are listed in the list of inactive users that will be removed but the delete job has a protection to not delete protected users. See https://github.com/xwiki-contrib/application-antispam/blob/b909e455255d6a7757e8ece6bab4360d484bd446/application-antispam-api/src/main/java/org/xwiki/contrib/antispam/internal/DeleteAuthorsJob.java#L75-L86

 
cid:jira-generated-image-avatar-20aabaae-d7d1-4e7a-b849-5afc7a867aaa Vincent Massol on 29/Oct/25 14:59
 

Right now protected users are listed in the list of inactive users that will be removed but the delete job has a protection to not delete protected users

Actually they're not even listed in the list of inactive users (couldn't find where this is done in code but when I tested it, it was the case).