Changes between Version 8 and Version 9 of authenkey
- Timestamp:
- 02/15/22 05:20:50 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
authenkey
v8 v9 85 85 OMD[monitor@501264b41d2d]:~/var/thruk/sessions$ grep -l -null admin1 ./* | xargs rm 86 86 }}} 87 or 87 or we replace username="admin1" in all session file with username="" with command sed -i 's/admin1//g'. Then all session files will auto delete, if user try to click something on the web page. 88 88 {{{ 89 89 #!sh