Skip to content

Commit

Permalink
Fix #214: Document one-step backend's URL names.
Browse files Browse the repository at this point in the history
  • Loading branch information
ubernostrum committed Sep 21, 2020
1 parent 5ac14dd commit 9169bca
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,17 @@ configuration. For example, to place the URLs under the prefix
Users could then register accounts by visiting the URL
`/accounts/register/`.

The following URL names are defined by
`django_registration.backends.one_step.urls`:

* `django_registration_register` is the account-registration view.

* `django_registration_complete` is the post-registration success
message.

* `django_registration_disallowed` is a message indicating registration is
not currently permitted.

This URLconf will also configure the appropriate URLs for the rest of
the built-in `django.contrib.auth` views (log in, log out, password
reset, etc.).
Expand Down

0 comments on commit 9169bca

Please sign in to comment.