Skip to content

Commit

Permalink
Fixed a missed conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisCooper committed Feb 17, 2013
1 parent 5f47bf5 commit 4d2d1de
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions doc/configuration.rst
Expand Up @@ -156,12 +156,12 @@ Custom User Model
is_authenticated():
...

These are needed to ensure a better ``django-auth`` integration, in other case
These are needed to ensure a better ``django-auth`` integration, otherwise
`login_required`_ won't be usable. A warning is displayed if any of these are
missing. By default `auth.User`_ is used.

Check example application for implementation details, but first, please take
a look to `User Profiles`_, it might be what you were looking for.
Check the example application for implementation details, but first, please take
a look at `User Profiles`_. It might be what you are looking for.


ORMs
Expand Down Expand Up @@ -194,7 +194,7 @@ Tweaking Some Fields Length

Some databases impose limitations to indexes columns (like MySQL InnoDB),
these limitations won't play nice on some `UserSocialAuth` fields. To avoid
such error define some of the following settings.
such errors, define some of the following settings.

- Provider UID::

Expand Down Expand Up @@ -251,13 +251,7 @@ Username Generation
The feature is disabled by default to keep backward compatibility and to not
force this option on projects where Unicode usernames are a valid choice.

<<<<<<< HEAD
These are needed to ensure a better ``django-auth`` integration, otherwise
`login_required`_ won't be usable. A warning is displayed if any of these are
missing. By default `auth.User`_ is used.
=======
- If you want to use the full email address as the ``username``, define this setting::
>>>>>>> upstream/master

SOCIAL_AUTH_USERNAME_IS_FULL_EMAIL = True

Expand Down

0 comments on commit 4d2d1de

Please sign in to comment.