Enable user field Number of Logins?

Is there a way to make the disabled user form field “Number of Logins” editable? The goal would be to remove the false numbers created during testing a user for example.

Alternatively, is it safe to edit them directly in the db or would this cause any issues?

You would have to change the shown line to ,xtype: 'textfield' to make the field editable, but that’s probably not a good idea.


I see no harm in changing the value in the database table directly.

This topic was automatically closed 2 days after discussion ended and a solution was marked. New replies are no longer allowed. You can open a new topic by clicking the link icon below the original post or solution and selecting “+ New Topic”.