changeset 958:a0b1e62df613 draft

Update expiration date when logged in with skey
author HIROSE Yuuji <yuuji@gentei.org>
date Fri, 24 Dec 2021 08:28:29 +0900
parents 4961963431f9
children 193d9d2ed9c9
files s4-funcs.sh
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/s4-funcs.sh	Thu Dec 09 08:40:17 2021 +0900
+++ b/s4-funcs.sh	Fri Dec 24 08:28:29 2021 +0900
@@ -1475,6 +1475,7 @@
   ##skey="`getpwfield $user skey`"
   if [ -n "$skc" ]; then
     if chkskey "$skc"; then
+      gencookie "user=$user" "skey=$skc"	# 2021-12-24: Update expire
       return 0
     fi
   fi

yatex.org