-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
reset user Password #527
Comments
Is there any idea of a timeline on this one? I think this is the last missing piece for us to migrate production. |
I agree with you @btate this is important feature should implemented . |
Are we able now to reset password of the user ? Please let us know the current progress. |
I've been able to get password reset working according to #627. I think mailgun is the only adapter currently though. |
Hello @btate can you describe the method that you use it to allow user reset password ? Regards |
The ticket #627 has the configuration details. You'll need a mailgun account setup. |
Hello okay @btate i have a mailgun account but i need the instructions ? Regards |
They are all outlined on that ticket. |
I have not used it but @thamer898 you can follow tanmays instruction. Here's a short doc in case anyone else wants to try out password reset with mailgun: In index.js (the paths mentioned below are in reference when using the parse-server-example app, change them to appropriate values when using standalone parse-server) var SimpleMailgunAdapter = require('parse-server/lib/Adapters/Email/SimpleMailgunAdapter'); var api = new ParseServer({ The choose_password file is located in the parse-server/views folder. You need to make 2 changes before uploading it to your web server: Make sure to add a .html extension to choose_password. And read that thread thoroughly. Though I am waiting for the production of this feature as I am using mandrill now so I need generic provider. Not the mailgun one. |
Hello Thank you @mahabubakram i will try this feature . Regards |
I've followed your process but i'm still running into problems. When I submit my form, I get this error: Trying to send a reset password but no adapter is set. I've followed instructions on some other threads and installed: In app.json I've got this: "emailAdapter": { I'm still getting the error and i'm at a loss of what to try next. Thanks! |
mailgun is a really bad solutions for password reset if you don't create a pay account, if you are a free user you only can send emails to specific recipients, in other words you need to add manually the emails |
Hello
How to allow user to reset his password using New Parse server ?
Regards
The text was updated successfully, but these errors were encountered: