Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
La Quadrature du Net
rpteam
Revue de Press
Commits
dfa292bc
Commit
dfa292bc
authored
May 14, 2019
by
okhin
🚴
Browse files
Merge branch '26-erreur-sur-creation-de-compte' into 'rp2'
Redirige l'utilisateur sur /rp/ après connexion See merge request
!40
parents
0370b24c
a70fe737
Pipeline
#2601
passed with stages
in 3 minutes and 57 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
project/settings/auth.py
View file @
dfa292bc
...
...
@@ -5,6 +5,8 @@ User registration and login related settings
AUTH_USER_MODEL
=
"auth.User"
EXTENDED_USER_MODEL
=
"userprofile.Profile"
LOGIN_URL
=
"/accounts/login"
LOGIN_REDIRECT_URL
=
"/rp/"
LOGOUT_REDIRECT_URL
=
"/rp/"
AUTHENTICATION_BACKENDS
=
[
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment