Deprecation: #79327 - Deprecate AbstractUserAuthentication::veriCode method
See forge#79327
Description
The Abstract
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 Abstract
will trigger a deprecation log entry.
Affected Installations
Any installation having extensions calling Abstract
Migration
Remove calls to veri
or any v
HTTP parameter evaluation from your code. Ensure your code uses module
to protect backend urls.