You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When create a new user, redash is configured with MULTI_ORG=True and SMTP is not configured, if you try to access to link that is provided by redash to setup the password:
You see that in the URL miss the organization name (in this case "default" ) since is the default organization. Indeed you have to transform this URL to have the correct link to create a new passowrd.
Hello, yes I tried now using REDASH_HOST environment variable set, but the issue still persists.
In addition to what has been said, I have just discovered that it is not only the resend function, but this also happens when you create a new user from scratch.
Issue Summary
When create a new user, redash is configured with MULTI_ORG=True and SMTP is not configured, if you try to access to link that is provided by redash to setup the password:
https://foo.bar.com/invite/IjEdcdcd.ER7udscsiCslt-i_RMuScVsdcsdDWtEt9g
You see that in the URL miss the organization name (in this case "default" ) since is the default organization. Indeed you have to transform this URL to have the correct link to create a new passowrd.
https://foo.bar.com/default/invite/IjEdcdcd.ER7udscsiCslt-i_RMuScVsdcsdDWtEt9g
Steps to Reproduce
Technical details:
The text was updated successfully, but these errors were encountered: