Steps to update the license info in the Admin
The validity of the Znode license keys is displayed on the Admin dashboard at the bottom right corner.
This is saved in the ZnodeMultifrontLicense table in the database. In order to properly update this information in the Admin, the DB table needs to be updated.
- Update the ZnodeMultifrontLicense table in the Multifront database via an update Query
Update ZnodeMultifrontLicense SET ExpirationDate = ‘<New Expiry date>’