Changes between Version 9 and Version 10 of authenkey
- Timestamp:
- 02/15/22 05:21:17 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
authenkey
v9 v10 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