Re: Fwd: Cannot log in as newly created user EXTRA INFO

From: Kevin Grittner <kgrittn(at)gmail(dot)com>
To: Emma Saurus <emmasaurus(at)westnet(dot)com(dot)au>
Cc: "pgsql-bugs(at)postgresql(dot)org" <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: Fwd: Cannot log in as newly created user EXTRA INFO
Date: 2015-12-22 16:31:56
Message-ID: CACjxUsOTvpV5KX=ZmcNpCBodU8wnb08Q-weqVYUo1Pcov7E-bg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Sun, Dec 20, 2015 at 11:47 PM, Emma Saurus <emmasaurus(at)westnet(dot)com(dot)au> wrote:

> This is a simpler example of another method I have tried which
> does not work for me
>
> postgres-# CREATE USER EmmaChwan WITH ENCRYPTED PASSWORD 'password';
> CREATE ROLE

That created a user named "emmachwan" with that password.

> psql: FATAL: password authentication failed for user "EmmaChwan"

This is an attempt to log in as a completely different user: "EmmaChwan".

See the previous responses.

Kevin Grittner

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Alvaro Herrera 2015-12-22 16:46:17 Re: BUG #13826: Error 10061
Previous Message Tom Lane 2015-12-22 16:00:47 Re: BUG #13829: Exponentiation operator is left-associative