My app has quite a lot of data associated with each user, some of which I want to update without being logged in as the user (for example, updating a geocode if they change their address). When I try to do this via an event handler I get the “Property ‘password’ is required” error, which I assume is related to to not being logged in as the user?
Is it best practice to just keep just the standard login/backendless admin related things in the user record and put a relation to another record with supplementary data or is there a way to do it via the users table?