I'm having problems with saving/editing user from the backend of my magento 2.2.7 store.
I'm getting this error message each time "This user has no tokens." - what does this mean? And how do i get rid of it? I have recently upgrade to 2.2.7 is it a version problem or?
Hope someone can help me with this issue.
Thanks in advance
/Daniel
Solved! Go to Solution.
Hello @TONZR
This is a Magento bug.
You can solve it by making the necessary customization as shown in following pull request.
https://github.com/magento/magento2/pull/16918/files/73d9526e36fbb4830b6f8fe2fa742182fc491967
Hi @TONZR,
The issue might be because of access token missing.
When a merchant creates and activates an integration, Magento generates a consumer key, consumer secret, access token, and access token secret. All of these entities are used for OAuth-based authentication, but token-based authentication requires only the access token.
For more info click here.
Hello @TONZR
This is a Magento bug.
You can solve it by making the necessary customization as shown in following pull request.
https://github.com/magento/magento2/pull/16918/files/73d9526e36fbb4830b6f8fe2fa742182fc491967