Skip to content

Commit 077626c

Browse files
authored
Merge pull request #39 from redbastie/patch-1
bears, beets, battlestar galactica
2 parents 0b69c02 + 20f4a51 commit 077626c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Fortify::registerView(function () {
141141
});
142142
```
143143

144-
Fortify will take care of generating the `/register` route that returns this view. Your `login` template should include a form that makes a POST request to `/register`. The `/register` action expects a string `name`, string email address / username, `password`, and `password_confirmation` fields. The name of the email / username field should match the `username` value of the `fortify` configuration file.
144+
Fortify will take care of generating the `/register` route that returns this view. Your `register` template should include a form that makes a POST request to `/register`. The `/register` action expects a string `name`, string email address / username, `password`, and `password_confirmation` fields. The name of the email / username field should match the `username` value of the `fortify` configuration file.
145145

146146
If the registration attempt is successful, Fortify will redirect you to the URI configured via the `home` configuration option within your `fortify` configuration file. If the login request was an XHR request, a `200` HTTP response will be returned.
147147

0 commit comments

Comments
 (0)