Skip to content

Commit 7b4e99f

Browse files
authored
Update sql-database-manage-logins.md
Updates related to User Story 1710361: https://mseng.visualstudio.com/TechnicalContent/_queries/edit/1710361
1 parent 086d7c0 commit 7b4e99f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/sql-database/sql-database-manage-logins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ When a user attempts to connect to a database, they provide a user account and a
3333

3434
- [SQL authentication](https://docs.microsoft.com/sql/relational-databases/security/choose-an-authentication-mode#connecting-through-sql-server-authentication).
3535

36-
With this authentication method, the user submits a user account name and associated password to establish a connection. This password is stored in the master database for user accounts linked to a login or stored in the database containing the user account for user accounts not linked to a login.
36+
With this authentication method, the user submits a user account name and associated password to establish a connection. This password is stored in the master database for user accounts linked to a login or stored in the database containing the user accounts **not** linked to a login.
3737
- [Azure Active Directory Authentication](sql-database-aad-authentication.md)
3838

3939
With this authentication method, the user submits a user account name and requests that the service use the credential information stored in Azure Active Directory.

0 commit comments

Comments
 (0)