From f06c13d2b09468d77732508500b2b4a6709e4640 Mon Sep 17 00:00:00 2001 From: LuckyWindsck Date: Wed, 12 Jun 2024 17:40:19 +0900 Subject: [PATCH] fix password in step 3 of sample.txt Since sample.txt asks user to use php/laravel, the password should be `SaasTraining` instead of `password`. --- sample.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sample.txt b/sample.txt index a8f9f23..53f733d 100644 --- a/sample.txt +++ b/sample.txt @@ -14,7 +14,7 @@ cd ./php/laravel # 3. サンプルアプリケーションの表示 # 先ほどのURLにブラウザでアクセスすると、ログイン画面が表示される -# Email: user@example.com Password: password でログインすると、 +# Email: user@example.com Password: SaaSTraining でログインすると、 # チャットの画面が表示されるので適当に文字を打ってみる # 4. PostgreSQL拡張機能でDBをのぞく @@ -108,4 +108,4 @@ hello', now()), ('2', '2', 'hacked message # になりすまして、 # テナント2にメッセージが書けてしまいました・・・ -以上。 \ No newline at end of file +以上。