unblock_all_user.sh 173 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 #!/bin/bash # python ../apps/manage.py shell << EOF from django.core.cache import cache cache.delete_pattern('_LOGIN_BLOCK_*') cache.delete_pattern('_LOGIN_LIMIT_*') EOF