This commit is contained in:
Maxime Renou
2020-05-12 17:00:46 +02:00
parent 15ff1dbb25
commit e74d4f850e

View File

@@ -47,7 +47,7 @@ Add the "Sign in with Bluesquare Connect" button in your blade login page:
<x-connect-button/>
```
Make sure that your `password` is nullable.
Make sure that the `password` column of users table is nullable.
#### Keep user tokens (optional)