Skip to content

Commit c4f1e5a

Browse files
committed
updated password
1 parent 38329a9 commit c4f1e5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SQL/WideWorldImportersUpdates.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ GO
1010
Create user to be used in the sample API solution
1111
*/
1212
IF USER_ID('DotNetWebApp') IS NULL BEGIN
13-
CREATE USER [DotNetWebApp] WITH PASSWORD = 'a987REALLY#$%TRONGpa44w0rd';
13+
CREATE USER [DotNetWebApp] WITH PASSWORD = 'a987REALLY#$%TRONGpa44w0rd!';
1414
END
1515

1616
/*

0 commit comments

Comments
 (0)