ALTER USER xxx PASSWORD 'yyyy'
ALTER USER xxx PASSWORD 'yyyy'
От:
Jean-Michel POURE <jm.poure@freesurf.fr>
Дата:
Dear Dave, I migrated to PostgreSQL 7.2. pgAdmin2 does not seem to be able to change passwords anymore. Is this a bug due to encryption? Can you reproce this bug on a newly created user? Cheers, Jean-Michel
Re: ALTER USER xxx PASSWORD 'yyyy'
От:
Dave Page <dpage@vale-housing.co.uk>
Дата:
> -----Original Message----- > From: Jean-Michel POURE [mailto:jm.poure@freesurf.fr] > Sent: 19 February 2002 13:44 > To: pgadmin-hackers@postgresql.org > Subject: [pgadmin-hackers] ALTER USER xxx PASSWORD 'yyyy' > > > Dear Dave, > > I migrated to PostgreSQL 7.2. pgAdmin2 does not seem to be > able to change > passwords anymore. Is this a bug due to encryption? Can you > reproce this bug > on a newly created user? Try: Tools -> options -> PostgreSQL -> Uncheck 'Use encrypted passwords where possible' I fell over this one when we upgraded. I've yet to find time to figure it out though it worked when I wrote it. regards, Dave.