04-17-2014 01:44 AM
Is it possible to change the PIN or password of an EndUser via AXL SQL?
The only password/PIN related field in the database schema that I can find is the passwordreverse field on the EndUser table.
Thanks,
GTG
04-17-2014 03:22 AM
Why not use the updateUser method besides using SQL?
04-17-2014 08:52 AM
The password as stored in the database is encrypted, so these values can't be directly written (app would need to implement the encryption). This password/pin encryption is provided by the AXL layer, i.e. via <updateUser>
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide