MANIFEST.in
README.md
setup.cfg
setup.py
shiftuser/__init__.py
shiftuser/cli.py
shiftuser/config.py
shiftuser/event_handlers.py
shiftuser/events.py
shiftuser/exceptions.py
shiftuser/feature.py
shiftuser/forms.py
shiftuser/models.py
shiftuser/role_service.py
shiftuser/services.py
shiftuser/session.py
shiftuser/session_interface.py
shiftuser/urls.py
shiftuser/user_service.py
shiftuser/validators.py
shiftuser/version.py
shiftuser/views.py
shiftuser/views_profile.py
shiftuser/views_social.py
shiftuser.egg-info/PKG-INFO
shiftuser.egg-info/SOURCES.txt
shiftuser.egg-info/dependency_links.txt
shiftuser.egg-info/requires.txt
shiftuser.egg-info/top_level.txt
shiftuser/templates/login-social.j2
shiftuser/templates/login.j2
shiftuser/templates/confirm-email/already-confirmed.j2
shiftuser/templates/confirm-email/expired.j2
shiftuser/templates/confirm-email/request.j2
shiftuser/templates/confirm-email/resent-ok.j2
shiftuser/templates/confirm-email/unconfirmed.j2
shiftuser/templates/mail/account-confirm.html
shiftuser/templates/mail/account-confirm.txt
shiftuser/templates/mail/email-change-confirm.html
shiftuser/templates/mail/email-change-confirm.txt
shiftuser/templates/mail/password-change.html
shiftuser/templates/mail/password-change.txt
shiftuser/templates/mail/welcome.html
shiftuser/templates/mail/welcome.txt
shiftuser/templates/profile/email.j2
shiftuser/templates/profile/home.j2
shiftuser/templates/profile/password.j2
shiftuser/templates/profile/settings.j2
shiftuser/templates/profile/social.j2
shiftuser/templates/recover-password/change/change.j2
shiftuser/templates/recover-password/change/expired.j2
shiftuser/templates/recover-password/request/ok.j2
shiftuser/templates/recover-password/request/request.j2
shiftuser/templates/register/fail.j2
shiftuser/templates/register/register.j2
shiftuser/templates/register/success.j2
shiftuser/util/__init__.py
shiftuser/util/oauth_providers.py
shiftuser/util/passlib.py