Problem:
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.
Solution:
1. Why not use the updateUser method besides using SQL?
2. 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>
Comments
0 comments
Please sign in to leave a comment.