Changes between Version 12 and Version 13 of authenkey
- Timestamp:
- 02/15/22 05:22:58 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
authenkey
v12 v13 85 85 OMD[monitor@501264b41d2d]:~/var/thruk/sessions$ grep -l -null admin1 ./* | xargs rm 86 86 }}} 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.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