On Wed, Feb 22, 2023 at 2:17 PM Antoine G. <[email protected]> wrote: > > Le 22/02/2023 à 20:37, Michael Jumper - [email protected] a écrit : > > No, you understood correctly. The error you're seeing is from the > > database auth extension refusing to create/update a user with an empty > > username. Do you have "postgresql-auto-create-accounts" set? > > Good catch, Mike! > I have this option set indeed (in the failing environment). > > Is there some extensions ordering to be done or are these two scenarios > technically incompatible ? >
They are technically incompatible. We'd need to provide some option for the database auth to ignore "*-auto-create-accounts" when a user successfully authenticates anonymously. - Mike --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
