Script to dump all users and get their password #1
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Create a script (langage of your choice) to :
refs/tags/script-releaseto scriptScript done !
SRC on script branch
Binary on Releases
Please add the output of the script in the ticket as "this is what your screen should show up" ✋
This is what your screen should show up :
I noticed that several bot users are registered in the software. Can you please sort them out using a regex to find them using the /references endpoint ?
Here is the regex rule :
A second generation of bot users also have :
Please add the two regexes printing and the script adaptation to that !
You can use https://regex101.com/r/hj0miD/1 to try with the list of users and find the correct regexes to implement
First generation :
"^[A-Z][A-Za-z]+[0-9][A-Z]"Second generation :
"^.*?([A-Z]|[0-9]{3}).*?[,?;.:/!§%*^¨$£+\-=]"@Corwin Done #10