-
Notifications
You must be signed in to change notification settings - Fork 555
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
Lock + Meteor breaks when trying to require & use blueimp-md5 #466
Comments
@musshush Hi! are you using webpack to bundle you app? |
@germanmatosas yes we are. |
Should be fixed on 10.0.0-rc.2. Please reopen if the problem persist. |
I'm still seeing this same behavior on |
@wallslide do you see any errors in the console? |
Yes, that error is the cause for the issue. Can you provide a sample so I can debug it? |
@gnandretta I've created a repository to highlight the problem https://github.com/wallslide/auth0-reset-password-problem |
bump. 20 days and counting. How are we supposed to deploy this to production? Shouldn't you guys be making bugs a priority? |
@wallslide thanks for the sample, there is an issue with the lib used to calculate the md5 of the email that is sent to gravatar. (Not sure why it breaks the flow). A quick fix, until we sort that out, is to disable the avatar feature by initialising Lock like this Lock = new Auth0Lock(
AUTH0_CLIENT_ID,
AUTH0_DOMAIN, {avatar: null}); |
Thanks. Setting avatar to |
After submitting email address on forgot password view, it goes back to the login screen with the form appended underneath of login form.
Shouldn't it show a message instead, saying something like... an email has been sent to reset your password?
The text was updated successfully, but these errors were encountered: