Change password at login. (SQL2005)

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for SQL Server in Delphi and C++Builder
Post Reply
anordlun
Posts: 15
Joined: Thu 24 Feb 2005 08:09

Change password at login. (SQL2005)

Post by anordlun » Mon 12 Mar 2007 14:18

When a user is created with the MUST_CHANGE parameter, the user has to change password at next login.

"SQL Server Error: Login failed for user 'xxxxx'. Reason: The password of the account must be changed."

I'm not able to log on and change password. How do I proceed?

Jackson
Posts: 512
Joined: Thu 26 Jan 2006 10:06

Post by Jackson » Tue 13 Mar 2007 07:29

You can't change the expired password from the client side using DbxSda.
This is restriction of the dbExpress technology.
Such functionality will be added in the next SDAC version.
The next SDAC version will be available in the nearest time.

Post Reply