Add basic functionality for self-registration. open
authorRadek Czajka <radekczajka@nowoczesnapolska.org.pl>
Fri, 9 Aug 2013 15:10:07 +0000 (17:10 +0200)
committerRadek Czajka <radekczajka@nowoczesnapolska.org.pl>
Fri, 9 Aug 2013 15:10:07 +0000 (17:10 +0200)
commitde84f8005cbb194987bd71fd2e1282f3a113f3cf
treed96274e875c5b903a277d611804ccf9349f50d77
parentf88d7170763153204cf4264837b2a1997ba7903c
Add basic functionality for self-registration.
34 files changed:
requirements.txt
src/accounts/locale/pl_PL/LC_MESSAGES/django.mo
src/accounts/locale/pl_PL/LC_MESSAGES/django.po
src/accounts/templates/account/profile.html
src/accounts/templates/account/register.html [new file with mode: 0755]
src/accounts/templates/registration/password_reset_complete.html [new file with mode: 0755]
src/accounts/templates/registration/password_reset_confirm.html [new file with mode: 0755]
src/accounts/templates/registration/password_reset_done.html [new file with mode: 0755]
src/accounts/templates/registration/password_reset_email.html [new file with mode: 0755]
src/accounts/templates/registration/password_reset_form.html [new file with mode: 0755]
src/accounts/templates/registration/password_reset_subject.txt [new file with mode: 0755]
src/accounts/urls.py
src/accounts/views.py
src/cas/context_processors.py [new file with mode: 0644]
src/cas/locale-contrib/django.pot [new file with mode: 0644]
src/cas/locale-contrib/pl/LC_MESSAGES/django.mo [new file with mode: 0644]
src/cas/locale-contrib/pl/LC_MESSAGES/django.pl [new file with mode: 0644]
src/cas/locale-contrib/pl/LC_MESSAGES/django.po [new file with mode: 0644]
src/cas/locale/pl/LC_MESSAGES/django.mo
src/cas/locale/pl/LC_MESSAGES/django.po
src/cas/settings.py
src/cas/social.py [new file with mode: 0755]
src/cas/static/css/main.css
src/cas/static/img/auth/facebook.png [new file with mode: 0644]
src/cas/static/img/auth/google.png [new file with mode: 0644]
src/cas/static/img/auth/openid.png [new file with mode: 0644]
src/cas/static/img/auth/twitter.png [new file with mode: 0644]
src/cas/templates/base.html
src/cas/templates/cas/login.html
src/cas/templates/facebook/fbconnect.html [new file with mode: 0755]
src/cas/templates/socialaccount/connections.html [new file with mode: 0644]
src/cas/templates/socialaccount/login_cancelled.html [new file with mode: 0644]
src/cas/templates/socialaccount/snippets/provider_list.html [new file with mode: 0755]
src/cas/urls.py