-
Notifications
You must be signed in to change notification settings - Fork 439
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE REQUEST] #1587
Comments
Hi @rgare-jeffa, not sure if this is possible, but will take a look into it |
I guess what you're asking for is the |
I believe that would work actually, but not as tuned to Windows docs. It appears that it has a flag I believe the fChangePassword option is flagged, requiring setting a new password. Essentially, if the DBA sets a require password change on next login, we can't login and change the password through Tedious. I would like to be able to do this similarly when connecting without needing to manually login to the server to set it with my keyboard. Maybe passing in something or similar. For instance, in a real world example, we may want to understand we changed ALL of our passwords. One way to do this is to have the DBA flag all accounts to require them to reset on next login. When I login, if that option is requested, looks in [variables, etc.], errors if still not found, similar to how it prompts in SQLServerTools for the new password, but allowing the operation to not require manual input. This does look like the place. OptionFlag3
|
As a engineer, I'd like to be able to set my password when I receive an error logging in through my tedious connection/client with this error:
ConnectionError: Login failed for user 'testuser'. Reason: The password of the account must be changed.
Describe the preferred solution
Documentation on feature OR new feature below.
Prefer a configuration or option we can send in that will recognize and set a new password based on the required server configurations, when user has been granted a one time password.
Describe alternatives you've considered
Manually reset the password.
I haven't been able to find this option in any docs. Is this on a roadmap or possible to implement here?
The text was updated successfully, but these errors were encountered: