Skip to content

Commit 188bf5f

Browse files
authored
Update sql-database-manage-logins.md
Changed emphasis from **bold** to *italics*.
1 parent 7b4e99f commit 188bf5f

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 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)