Closed BenWiederhake closed 4 years ago
Create an API token on RC's side and use personal_access_token_user_id/personal_access_token for your account access rather than your username/password.
Thanks! That was it.
Hi, even if I create the token, I still get a password request. In my case Github authentication is being used. Could it be configuration issue in the server side?
I also found: https://github.com/mbologna/docker-bitlbee/issues/3. So what is the correct approach to set up an account?
@jarkkojs can you start a new issue and include a purple debug log from bitlbee? If you're getting the "User has no password set" error then it's still trying to login with email+password instead of using the token, so would be good to try work through it
I get the pidgin message "Bad username/password", and in the debug log (see below) it's apparently because the rocket instance thinks I don't have a password set. I happen to know that the Rocket instance to which I'm trying to connect uses LDAP for authentication, so maybe that has something to do with it? If you can verify that, and tell me what a bugreport for Rocket.Chat has to look like, I'd be happy to handle this.