Re: Regarding RM #2214 SCRAM Authentication for Change Password

2018-04-03 Thread Dave Page
Hi On Mon, Apr 2, 2018 at 11:02 AM, Akshay Joshi wrote: > Hi Hackers, > > As a part of RM #2214, we will have to support SCRAM authentication. User > will be able to login, but the problem is with "Change Password" of > database server won't work, as we are encrypting new password using md5 and

Regarding RM #2214 SCRAM Authentication for Change Password

2018-04-02 Thread Akshay Joshi
Hi Hackers, As a part of RM #2214, we will have to support SCRAM authentication. User will be able to login, but the problem is with "Change Password" of database server won't work, as we are encrypting new password using md5 and set the new password using "*ALTER USER WITH ENCRYPTED PASSWORD *"