Index: openacs-4/packages/acs-tcl/tcl/security-init.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/security-init.tcl,v diff -u -r1.6.2.1 -r1.6.2.2 --- openacs-4/packages/acs-tcl/tcl/security-init.tcl 16 Nov 2019 15:45:55 -0000 1.6.2.1 +++ openacs-4/packages/acs-tcl/tcl/security-init.tcl 14 Jan 2021 18:18:55 -0000 1.6.2.2 @@ -15,14 +15,11 @@ # Verify that the secret_tokens table is populated set secret_tokens_exists [db_string secret_tokens_exists {select decode(count(*),0,0,1) from secret_tokens}] - if { $secret_tokens_exists == 0 } { sec_populate_secret_tokens_db } -ns_log Notice "security-init.tcl: Creating secret_tokens ns_cache..." -ns_cache create secret_tokens -size 65536 -ns_log Notice "security-init.tcl: Populating secret_tokens ns_cache..." +ns_log Notice "security-init.tcl: Populating secret_tokens cache in nsvs..." sec_populate_secret_tokens_cache # These procedures are dynamically defined so that parameter::get