Skip to content

Commit c842252

Browse files
authored
Merge pull request #4179 from lgirvin/patch-1
Update troubleshoot-orphaned-users-sql-server.md
2 parents 08fb990 + f924708 commit c842252

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/sql-server/failover-clusters/troubleshoot-orphaned-users-sql-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ ALTER LOGIN <login_name> WITH PASSWORD = '<enterStrongPasswordHere>';
112112
```
113113
114114
> [!IMPORTANT]
115-
> Any login can change it's own password. Only logins with the `ALTER ANY LOGIN` permission can change the password of another user's login. However, only members of the **sysadmin** role can modify passwords of **sysadmin** role members.
115+
> Any login can change its own password. Only logins with the `ALTER ANY LOGIN` permission can change the password of another user's login. However, only members of the **sysadmin** role can modify passwords of **sysadmin** role members.
116116
117117
The deprecated procedure [sp_change_users_login](../../relational-databases/system-stored-procedures/sp-change-users-login-transact-sql.md) also works with orphaned users. `sp_change_users_login` cannot be used with [!INCLUDE[ssSDS](../../includes/sssds-md.md)].
118118

0 commit comments

Comments
 (0)