Changes between Version 11 and Version 12 of authenkey
- Timestamp:
- 02/15/22 05:22:38 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
authenkey
v11 v12 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