-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
need to add optional params to render_token_login_page on reset_password? #3675
Comments
@KumanoTanaka that seems right. Could you submit a PR for this? |
What’s the implication of this? I mean what was the behavior before the change?
Arik
…On Thu, Apr 4 2019 at 9:01 AM, < ***@***.*** > wrote:
@KumanoTanaka ( https://github.com/KumanoTanaka ) that seems right. Could
you submit a PR for this?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub (
#3675 (comment) ) ,
or mute the thread (
https://github.com/notifications/unsubscribe-auth/AAEXLAxDBbhPB4AnDk6Yz72_sUQcYhYqks5vdZU3gaJpZM4cb_VE
).
|
@arikfr I'm guessing it will error for pending users. see https://github.com/getredash/redash/blob/master/redash/handlers/authentication.py#L41 |
I could not reset user's password when I clicked email-embedded link.
|
I have the same problem for redash/redash:7.0.0.b18042 |
Just hit this exact error when trying to reset a test user's password in a newly installed temporary instance, running Redash 7.0.0 b18042. The Admin user can generate the "reset password" link, but when going to the generated link it turns out to be incorrect:
So, resetting passwords via the webUI doesn't work. The workaround was to connect directly to the running backend PostgreSQL database and replace the
With the query to update the value:
Logging in with the updated user/password combination then worked fine. |
The easiest way
and then click Send Password Reset Email or I forgot my password link |
Same problem on Version: 7.0.0+b18042 (4a978ba): reset password don't work, link from email result in page "This invitation has already been accepted". |
Closing this as it was already fixed in #3676. The fix is included in |
https://github.com/getredash/redash/blob/master/redash/handlers/authentication.py#L85
☝️ should be the following?
In our stand-alone env, we could not reset some user's password.
redash docker tag was:
redash/redash:7.0.0.b18042
The text was updated successfully, but these errors were encountered: