I agree! I've been struggling with this for two days now and I just can't get it. Any further assistance would be extremely helpful!
I agree! I've been struggling with this for two days now and I just can't get it. Any further assistance would be extremely helpful!
Hello! you would need to implement mechanism of creating this code which will be saved in users table for each corresponding user and then will be send in email. I'll promote this idea regarding creating such tutorial, but it will take some time.
Here's the code I use for the random number:
var randomString = Math.random().toString(36).slice(-12);
localStorage.setItem('recoverPass',randomString);
The question for me is just how to do this stuff on the server side and call it correctly.
Thanks Marina for your patience!
Thanks Doug
I am still lost though.
Hello! On server side there is no localStorage, but there is DB API http://docs.appery.io/documentation/b...
You can generate code:
prevar randomString = Math.random().toString(36).slice(-12);/pre
and save it to DB record of corresponding user.
Is there anyone out there that can help me with this? Am I the only person that has this problem?
Thanks
Hi Deon! Please check the following post https://getsatisfaction.com/apperyio/... and let us know what is the problem you have?
I'm working on a script for this Deon; follow along at the post above.
Great stuff, thank you Doug and Marina
also want this function.