As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
resetPassword doesn't show errors but i don't receive the resetPassword Email
B
Braiek Miled
started a topic
over 6 years ago
Hello Guys,
I hope you're coding well ;) In have this problem with resetPassword, In fact there is no error detected in the code but when I enter the email to change the user's password I don't receive the resetPassword email.
Here you find the code:
///authentication service
function authentication($q, $http, $timeout, $rootScope, $window, $log, $kinvey,$ionicLoading,$window){
....
return{
...
resetPassword: function (data) {
return $kinvey.User.resetPassword(user.username);
},
...
}
I appreciate your help,
Best Answer
P
Pranav J
said
over 6 years ago
Hello Braiek,
Copying your reply here from our email interaction as follows just to complete the loop:
"Hello, I verified it, it's working now :) Thanks, Regards,
///authentication service
function authentication($q, $http, $timeout, $rootScope, $window, $log, $kinvey,$ionicLoading,$window){
....
return{
...
resetPassword: function (data) {
return $kinvey.User.resetPassword(data.username);
},
...
}
B
Billy Gee
said
over 6 years ago
Hello Braiek,
I am unable to find an Kinvey server logs that indicate that a password reset request was ever initiated. I am searching the application that you are the owner of called, "App". Is that the app that you're reporting this problem against?
As with the problem regarding email verifications, for privacy reasons, please send an email to billy@kinvey.com and pranav@kinvey.com and provide the following information.
The KID for the environment that is having this password reset problem.
The username, email, and _id from the user's record in the Users collection.
The timestamp (including timezone) when you last tried to reset the password. Please get a close to the timestamp as possible.
Are you still using Kinvey SDK node.js 3.5.0?
We look forward to hearing back from you.
Regards,
Billy Gee
P
Pranav J
said
over 6 years ago
Answer
Hello Braiek,
Copying your reply here from our email interaction as follows just to complete the loop:
"Hello, I verified it, it's working now :) Thanks, Regards,
Braiek Miled
Hello Guys,
I hope you're coding well ;)
In have this problem with resetPassword, In fact there is no error detected in the code but when I enter the email to change the user's password I don't receive the resetPassword email.
Here you find the code:
I appreciate your help,
Hello Braiek,
Copying your reply here from our email interaction as follows just to complete the loop:
"Hello,
I verified it, it's working now :)
Thanks,
Regards,
Miled Braiek"
Thanks,
Pranav
Kinvey
- Oldest First
- Popular
- Newest First
Sorted by PopularBraiek Miled
I'm sorry the code is :
Billy Gee
Hello Braiek,
I am unable to find an Kinvey server logs that indicate that a password reset request was ever initiated. I am searching the application that you are the owner of called, "App". Is that the app that you're reporting this problem against?
As with the problem regarding email verifications, for privacy reasons, please send an email to billy@kinvey.com and pranav@kinvey.com and provide the following information.
Pranav J
Hello Braiek,
Copying your reply here from our email interaction as follows just to complete the loop:
"Hello,
I verified it, it's working now :)
Thanks,
Regards,
Miled Braiek"
Thanks,
Pranav
Kinvey
-
How do I use Kinvey in my web app?
-
Is it safe to include keys/secrets in my client-side JavaScript app?
-
Why is the activeUser null even though I am logged in?
-
Login does not work even though credentials are valid.
-
Social login doesn’t work.
-
Appending objects to an Array (HTML5 - JS)
-
New to node.js - need bootstrap to downloadfiles from Kinvey
-
Problem with Aggregation/Grouping
-
Internal Server Error using Twitter Sign Up
-
Data Store
See all 315 topics