From e74d4f850ecf46153834826f6dddac0169413741 Mon Sep 17 00:00:00 2001 From: Maxime Renou Date: Tue, 12 May 2020 17:00:46 +0200 Subject: [PATCH] readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8499d94..9df77cd 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Add the "Sign in with Bluesquare Connect" button in your blade login page: ``` -Make sure that your `password` is nullable. +Make sure that the `password` column of users table is nullable. #### Keep user tokens (optional)