Hi,
is there an AppEngine function to update user password?
"SecuritySetUserProperty" does not seem to handle password, only things like description, start and end date. The only function that seems to handle password is "SecurityCreateBasicUser", but this creates an new user and does not update an existing user.
Deleting the user and all roles/groups mapped to this user and then recreating the user and all mappings (Roles and Groups) seems to be the only way with AppEngine processes at the moment. Any other ideas?
Best regards
Pascal