Posts: 16
Threads: 7
Joined: Oct 2024
Reputation:
0
Hi all,
Quick question - Does Appli have a "reset password" functionality similar to cdb_forgotUserAccountPassword in LiveCloud? (still undocumented btw!)
If not I presume it's possible to add as a code block - but would that work without having the LiveCloud libraries?
Many thanks
Stam
Posts: 63
Threads: 15
Joined: May 2022
Reputation:
1
We are still rounding out the actions needed to support the LiveCloud cdb APIs. We just added a Delete Account action a couple of hours ago. We also added batch versions for our blob actions.
We do not have an action for ‘forgot password’. It is on our list of actions to add. We are refactoring how this will work. The actual cdb gets the update, and then we will make an action for it.
Until then, you can access it via LiveCode scripting as a block. You have full access to all the current LiveCloud APIs and pretty much everything else you can do in LiveCode.
The current limitation of using the LiveCode script is that you can not reference elements.
Posts: 16
Threads: 7
Joined: Oct 2024
Reputation:
0
Thanks for the updated user functions.
These do help - hopefully we'll see an equivalent to cdb_forgotUserAccountPassword as well?
Many thanks
Stam
Posts: 63
Threads: 15
Joined: May 2022
Reputation:
1
We are working on server side features now. This is one of the planned improvements when done.