zds-member

Django user module implemented with Django framework


License
GPL-3.0
Install
pip install zds-member==0.1.5

Documentation

Zds Member

Build Status Build appveyor codecov.io Coverage Status PyPi version

Zds Member it’s a fork of zds-site member app to make a reusable application.

zds-member

zds-member is a django application that allows to manage members of website.

Features

  • Sign in (email or username)
  • Sign up (with email confirmation)
  • Reset password
  • Update users settings (email, username, password)
  • Unsubscribe
  • Sanction (ban, read only)
  • Geolocation
  • REST API (Json, Xml)
  • A lot of templates

Requirements

  • Django 1.7 or 1.8
  • Python 2.7, 3.3 or 3.4

Documentation

See http://zds-member.readthedocs.org/ for documentation.

Documentation Status