mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
contoso-clinic: Fixed the password for login to the application
The password Password1! is wrong. The right password is Password!1
This commit is contained in:
@@ -121,7 +121,7 @@ Our connection string for our application now contains `Column Encryption Settin
|
||||
### Row Level Security (RLS)
|
||||
|
||||
#### Login to the application
|
||||
Sign in using (Rachel@contoso.com/Password1!) or (alice@contoso.com/Password1!)
|
||||
Sign in using (Rachel@contoso.com/Password!1) or (alice@contoso.com/Password!1)
|
||||
|
||||
#### Enable Row Level Security (RLS)
|
||||
+ Connect to your database using SSMS:
|
||||
|
||||
Reference in New Issue
Block a user