Commit Graph

36 Commits

Author SHA1 Message Date
Benjamin Dauvergne 3bfa24e102 README.rst: add paragraph on compilation of translations 2013-07-24 11:35:56 +02:00
Benjamin Dauvergne 4b01551c6a README.rst: fix installation instructions from pypi 2013-07-01 10:25:28 +02:00
Benjamin Dauvergne 67ce8619ad views: add a delete_account view on /accounts/delete
It desactivate then logout the requesting user. A model DeletedUser is
created. The cleanup() method of the DeletedUser manager will delete the
user account and the deleted user object.
2013-06-17 16:59:43 +02:00
Benjamin Dauvergne 65283edc27 rename manage.py to authentic2-ctl 2013-04-14 12:04:25 +02:00
Benjamin Dauvergne 261476e915 README: update instructions on first install 2013-03-21 16:33:37 +01:00
Mikaël Ates 73f5998e64 Update README. 2012-05-15 10:47:37 +02:00
Mikaël Ates bbf67ae8ee Update in README a remaining reference to GPL to AGPL. 2012-04-27 15:13:41 +02:00
Mikaël Ates 8a8776475a Remind that collectstatic is not necessary in debug mode. 2012-04-27 11:19:03 +02:00
Mikaël Ates 7ff08a046a README and doc updated, dependency on Django 1.4. 2012-04-24 16:33:04 +02:00
Mikaël Ates bd96987b19 The debug-toolbar dependency in DEBUG mode. 2012-04-12 23:29:33 +02:00
Benjamin Dauvergne 461e390561 Reference deb.entrouvert.org for installing Lasso 2011-12-29 19:39:30 +01:00
Benjamin Dauvergne 7b34bd1e32 Remove instruction about installing django-registration as it is included in authentic2
django-registration is badly maintained currently, a fork exists named
django-registration2 but it is incompatible with django-auth-openid as
it changed some url internal names. For now we must consider
django-registration an internally distributed dependency. The copy in
authentic/vendor/registration/ should be updated regurlarly.
2011-12-29 19:36:49 +01:00
Benjamin Dauvergne 070b42addc Add instructions about python-ldap when install django_auth_ldap 2011-12-29 19:36:49 +01:00
Mikaël Ates 5535a32f4d Use the latest Lasso release 2.3.6. 2011-12-21 18:30:52 +01:00
Mikaël Ates c08956e787 Use name Authentic 2 2011-12-21 18:21:32 +01:00
Benjamin Dauvergne 55394c5c1a Move to Django 1.3 way of handling static files
Static files are now served by the django.contrib.staticfiles application.

Static files must be collected inside the static/ directory by running

    python manage.py collectstatic

prior to the first run of authentic
2011-12-08 14:51:15 +01:00
Benjamin Dauvergne 3b1bb67b00 [readme] add reference to pam module author, document setting variable to define the PAM service name 2011-10-12 13:43:05 +02:00
Benjamin Dauvergne 75c7c0161b add pam authentication backend 2011-09-13 14:56:51 +02:00
Benjamin Dauvergne 5b76c486f4 [README] add django dependency, add dependencies needed versions 2011-04-26 17:11:26 +02:00
Mikaël Ates bb89acd2b3 Switch to AGPL3. 2011-04-08 12:20:43 +02:00
Benjamin Dauvergne 66c3a36e1e [README] add a feature section 2011-03-03 12:23:24 +01:00
Benjamin Dauvergne 51f5b1b9cc Complete the LDAP section of the README file
Reorder some of the questions, add section titles.
2011-03-02 17:56:24 +01:00
Benjamin Dauvergne 3fefcc59f2 [README.rst] add a Roadmap section 2011-02-14 17:18:01 +01:00
Benjamin Dauvergne fdd8397869 [idp] add a CAS 1.0 and 2.0 IdP implementation
It depends on an external LDAP directory to retrieve the user
attributes, as most CAS authentications.

It lacks implementation of proxy tickets, directed identities and
service URL whitelisting.
2011-02-14 17:16:53 +01:00
Benjamin Dauvergne 0d1579a157 Remove README from idp_openid, append it to root README.rst file 2011-02-11 16:11:53 +01:00
Benjamin Dauvergne 389c789414 [settings] remove django-debug-toolbar requirement, make south a requirement 2011-02-11 12:20:45 +01:00
Benjamin Dauvergne f85c9e6806 [README] add easy_install command lines, fix django-south module name 2011-02-10 17:19:14 +01:00
Benjamin Dauvergne 251a5206b8 [README] add command line to install all python modules using pip 2011-02-10 16:18:17 +01:00
Benjamin Dauvergne 08ce137af7 [README] simplify the syncdb/migrate command lines 2011-02-10 16:14:30 +01:00
Benjamin Dauvergne 6ed8cc4205 [README] django south is required
Now that we used django south it is mandatory if we hope people be able
to update to new version of authentic2.
2011-02-10 15:58:42 +01:00
Benjamin Dauvergne f07bd74db4 [core] integrate the South db migration library
Update the README.rst to explain how to upgrade authentic2 database.
2011-02-01 17:17:59 +01:00
Benjamin Dauvergne ebad614974 Add note to the README file about using the SAMLv2 IdP 2011-01-06 09:08:16 +01:00
Benjamin Dauvergne 8d0ee2db92 Remove reference to ID-FF 1.2 from the README 2011-01-06 09:02:10 +01:00
Benjamin Dauvergne 0254ccb3d9 Move LDAP use instructions to the main README file 2011-01-05 19:21:00 +01:00
Jérôme Schneider d2ecc31fb1 Add dependencies in the README 2010-06-02 12:09:14 +02:00
Frédéric Péters d9353e391b Change INSTALL to more like a general README file 2010-06-01 11:35:13 +02:00