Login control - reset password functionality? -
stam66 - 10-16-2024
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
RE: Login control - reset password functionality? -
marktalluto - 10-17-2024
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.
RE: Login control - reset password functionality? -
stam66 - 10-29-2024
Thanks for the updated user functions.
These do help - hopefully we'll see an equivalent to
cdb_forgotUserAccountPassword as well?
Many thanks
Stam
RE: Login control - reset password functionality? -
marktalluto - 10-31-2024
We are working on server side features now. This is one of the planned improvements when done.