@@ -168,7 +168,7 @@ if [ "$ACTION" == "adduser" ]; then
exit1
exit1
fi
fi
python adduser.py "$USER""$PASS"
python adduser.py "$USER""$PASSFILE"
if[$?==0];then
if[$?==0];then
# Send infomail
# Send infomail
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.