azuredatastudio icon indicating copy to clipboard operation
azuredatastudio copied to clipboard

Feature: Change password of expired login

Open martin-guth opened this issue 6 years ago • 7 comments

  • SQL Operations Studio Version: 0.25.4

As a Linux user I have a SQL login with assigned password. After the password expires I am unable to reset it via SQL Operations Studio. Any attempts to connect via sqlops or sqlcmd fail with error message that the password for the login expired.

Steps to Reproduce:

  • Create a SQL login whose password has to be changed CREATE LOGIN [test] WITH PASSWORD=N'test', DEFAULT_DATABASE=[master], DEFAULT_LANGUAGE=[us_english], CHECK_EXPIRATION=ON, CHECK_POLICY=ON GO
  • Login at SQL Operations studio

It would be extremely helpful to have a dialogue pop up to prompt the user for the new password. This is what SSMS does by default.

martin-guth avatar Feb 05 '18 09:02 martin-guth

So it happens to me on Azure Data Studio. Should this issue continue here or should it be opened anew?

dwijef avatar Dec 06 '18 02:12 dwijef

yes, i have same issue while expired my password, so i'm unable to change ads itself

RamSQLDBA avatar Jul 17 '19 07:07 RamSQLDBA

Another customer using only macOS reported this issue, we may want to consider triaging this one.

yualan avatar Dec 03 '20 02:12 yualan

Same issue.

vinny1575 avatar Feb 24 '21 18:02 vinny1575

I've come across this as well, is there a way to know if anyone is looking at doing this, or if there is a workaround that isn't tell my DBA/SRE to turn off MUST_CHANGE when they create a new login?

michaelpinnell avatar Sep 08 '21 18:09 michaelpinnell

We have a team upgrading MacBooks to Apple Silicon. I'm the first to upgrade and cannot use VMWare Fusion anymore (not supported on Apple Silicon). I've been using Azure Data Studio instead of SSMS just fine, until --> Login failed for user 'jcarr'. Reason: The password of the account has expired. The only way I can update my password is to log into SSMS on my older MacBook Pro, running VMWare Fusion.

carrjar avatar Mar 21 '22 18:03 carrjar

This is not just on MacOS. I have had the same issue on PC running Windows 10 Enterprise 64bit. OS Build 19042.1706

image

As the original poster reports, there is no dialogue pop up to change password.

markdodd9999 avatar Jun 08 '22 13:06 markdodd9999

Same issue on Ubuntu.

viher3 avatar Sep 23 '22 11:09 viher3