Recreate a new token for cti-integration

hi out there,

Infos:

self hosted
zammad 4.1
nginx
debian buster

topic

how can a token be recreated for the cti-generic integration ?

thanks in advance

You can run the following command on a rails console:
Setting.set('cti_token', SecureRandom.urlsafe_base64(20))

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.