diff --git a/features/remember-session.md b/features/remember-session.md index 68cc1d7..41ee03b 100644 --- a/features/remember-session.md +++ b/features/remember-session.md @@ -21,3 +21,5 @@ To turn on this feature add the following to applications `socialstream.php` con Features::rememberSession(), ], ``` + +{% hint style="warning" %} This feature requires that a password (a random one if user does not set a password) is set on the user.{% endhint %}