You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/official-site/sqlpage/migrations/68_login.sql
+10-3Lines changed: 10 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ A few things to know :
13
13
- The form uses the POST method to transmit information to the destination page,
14
14
- The user''s username and password are entered into fields with the names `username` and `password`,
15
15
- To obtain the values of username and password, you must use the variables `:username` and `:password`,
16
-
- To know if the user wants their identity to be remembered, you must read the value of the variable `:remember`.
16
+
- When you set the `remember_me_text` property, the variable `:remember` becomes available after form submission to check if the user checked the "remember me" checkbox.
0 commit comments