cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
508
Views
0
Helpful
2
Replies

Changer EndUser PIN & Password via SQL

Gordon Ross
Level 9
Level 9

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

Please rate all helpful posts.
2 Replies 2

Samuel Womack
Level 5
Level 5

Why not use the updateUser method besides using SQL?

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>