Re: [GENERAL] Changing passwords from client application

2006-12-21 Thread Tomasz Ostrowski
On Tue, 19 Dec 2006, Tomasz Ostrowski wrote: > - it will be possible to use for example a left open psql session to > change password of logged in user without knowledge of previous > password. Forget it - I just found on http://www.postgresql.org/docs/8.2/static/sql-alterrole.html "Ordinary

[GENERAL] Changing passwords from client application

2006-12-19 Thread Tomasz Ostrowski
I need to implement an option to change passwords in my application, which authenticates using MD5. This application however operates over unencrypted link, so it'll be a little bit of a challege. I've came up with several possible implementations.