Deprecation: #79327 - Deprecate AbstractUserAuthentication::veriCode method 

See forge#79327

Description 

The AbstractUserAuthentication::veriCode method has been marked as deprecated.

Right now all Backend urls require module token, so veriCode is not needed any more. The Veri token was used as an alternative verification when the JavaScript interface executes cmds to tce_db.php from eg. MSIE 5.0 because the proper referrer is not passed with this browser...

Impact 

Calling AbstractUserAuthentication::veriCode will trigger a deprecation log entry.

Affected Installations 

Any installation having extensions calling AbstractUserAuthentication::veriCode

Migration 

Remove calls to veriCode or any vC HTTP parameter evaluation from your code. Ensure your code uses moduleToken to protect backend urls.