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
If a user starts using Onyx through a Slack Bot, he is automatically signed up as a Slack User. However if I want to change the role of that user to a different one, such as Basic or Admin, I need to invite them so they can create their password during sign up.
The issue here is that during sign up I'm getting the following error:
Failed to login - Create an account to set a password.
Steps to reproduce:
Deploy Onyx 0.20.0 with a Slack Bot
Send a message to the slack bot to create a Slack User account with your slack email
As an admin, go to the web ui and invite the account that is currently a Slack User
Try to sign up to Onyx using the invited email
The text was updated successfully, but these errors were encountered:
Overview
If a user starts using Onyx through a Slack Bot, he is automatically signed up as a
Slack User
. However if I want to change the role of that user to a different one, such asBasic
orAdmin
, I need to invite them so they can create their password during sign up.The issue here is that during sign up I'm getting the following error:
Failed to login - Create an account to set a password
.Steps to reproduce:
The text was updated successfully, but these errors were encountered: