From 15ff1dbb25de50df4f4baa4a69d74e7e175a9c04 Mon Sep 17 00:00:00 2001 From: Maxime Renou Date: Tue, 12 May 2020 16:59:38 +0200 Subject: [PATCH] readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 56d3382..8499d94 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,8 @@ Add the "Sign in with Bluesquare Connect" button in your blade login page: ``` +Make sure that your `password` is nullable. + #### Keep user tokens (optional) First, make sure that your model implements `HasConnectTokens` trait.