Disable token in user account settings

Everton Ramos8 years ago

Hi,

How can I disable the token in user account settings (permissions)?

I tried adding:

xtype: 'textfield', name: 'token', disabled: true, reference: 'tokenField', fieldLabel: Strings.userToken,

in /web/app/view/dialog/User.js

No success.

Anton Tananaev8 years ago

Have you compiled the code after changing it?

Mohcine Madkour4 years ago

Hi Anton, I do have same problem here, after altering or erasing token and validating, account can be access through token elsewhere and have the same control as current user. Could you please elaborate on how can we compile the web application and make the changes to disable token completely from interface?

Anton Tananaev4 years ago

There's a documentation for compilation.