How to reset the length of the "Secure Key"?

Should you ever change secure key length, we provide a solution to restore it:

 

Step 1. Connect to your database using a database management tool with the fields, as described in the Database connection fields.

 

Step 2. Execute the SQL script:

UPDATE PLUGIN_SETTING SET KEY_VALUE='8' WHERE KEY_NAME='authKeySize';