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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ Creating an instance of ```User``` requires an instance of ```\CodeCollab\Http\S
26
26
27
27
### User Authentication
28
28
29
-
The ```logIn``` function takes as arguments the password from the form, the passowrd hash from the database and the user's information (to be persisted in Session).
29
+
The ```logIn``` function takes as arguments the password from the form, the password hash from the database and the user's information (to be persisted in Session).
30
30
```
31
31
$user = new User($session);
32
32
if ($user->logIn($password_from_form, $hash_from_db, $user_info_from_db)) {
0 commit comments