Welcome to SqlServer-QA.net Sign in | Join | Help

SQL Server Storage Engine & Tools (SSQA.net)

SQL Server Tools includes storage engine that includes a complete set of graphical tools and command prompt utilities that allow users, programmers, and administrators. SSMS, SSRS, SSIS & SSAS are most commonly used tools.
Error: Property MustChangePassword is not available for login

 If you have stumbled with the error "Error: Property MustChangePassword is not available for login.." or same as the picture show below:

ERrror

To solve the issue either you have to take out the "enforce password policy" using SA privileges or if you are the database owner then delete and re-create the user, with the “enforce password policy” box unchecked.

Posted: Tuesday, August 07, 2007 7:50 AM by SQL Master

Comments

Other SQL Server Blogs around the Web said:

If you have stumbled with the error "Error: Property MustChangePassword is not available for login

# August 7, 2007 8:08 AM

SSQA.net - SqlServer-QA.net said:

If you have stumbled with the error "Error: Property MustChangePassword is not available for login

# August 7, 2007 8:38 AM
Anonymous comments are disabled