Galène / Galene normal user 'not authorised'

What type of hardware are you using: VPS bought online
What YunoHost version are you running: YunoHost 12.0.10 (stable)
What app is this about: Galène / Galene

Describe your issue

While I can log in just fine, my only user cannot. I guess it doesn’t read the ldap and I must make an entry for them in e.g. YunoHost_Users.json?
There is an entry that looks (to me) like it is auth-ing all registered users already, but I don’t mind adding one specifically. This is what mine reads now:

{
        "description": "YunoHost User Group",
        "public": true,
        "authServer": "https://galene.klemtu.ca/auth/",
        "authKeys": [
                {"alg":"HS256","k":"eakt7-rQ7pbRandom_Gibb-erishh64xAq7V-uT8","key_ops":["sign","verify"],"kty":"oct"}
        ]
}

On installation I indicated only registered users and not public.
I’ll stop being a PITA eventually - promise! :slight_smile:

Share relevant logs or error messages

‘The server said: not authorised’

As it is, your YunoHost_Users.json should do just that: permit every YunoHost User to login the YunoHost_Users Group (aka room).

If you want the same behavior for another group, just copy that file and edit it to your convenience. The "authServer" and "authKeys" are responsible for checking credentials and should not be changed.

The second group created at install is only accessible with the credentials you provided at install. You must send invites (Tokens) to other users so they can join you.

Other configs are possible, everything is in the README.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.