Authentic plugin for the Wallonie Connect usecase
Go to file
Benjamin Dauvergne c31025fd21
gitea/authentic2-wallonie-connect/pipeline/head This commit looks good Details
tox.ini: adapt to tox 4.x (#86367)
2024-01-31 11:47:24 +01:00
debian debian: add authentic2-multitenant to debian/control 2023-03-31 11:41:11 +02:00
src/authentic2_wallonie_connect fix: bad import 2023-04-04 10:21:55 +02:00
tests misc/compat: remove obsolete __future__ imports (#75510) 2023-03-16 14:40:44 +01:00
.gitignore Customize admin roles (#35737) 2020-02-14 16:48:13 +01:00
COPYING first commit 2019-08-02 13:41:12 +02:00
Jenkinsfile Jenkinsfile: copy lines from authentic2 (#86367) 2024-01-31 11:45:46 +01:00
MANIFEST.in first commit 2019-08-02 13:41:12 +02:00
README do not rely on pkg_resources (#46550) 2023-03-22 17:09:40 +01:00
getlasso.sh first commit 2019-08-02 13:41:12 +02:00
getlasso3.sh tox.ini: refactor and adapt for py3 and dj22 (#42801) 2020-05-12 23:03:00 +02:00
pylint.sh tox.ini: refactor and adapt for py3 and dj22 (#42801) 2020-05-12 23:03:00 +02:00
setup.py do not rely on pkg_resources (#46550) 2023-03-22 17:09:40 +01:00
tox.ini tox.ini: adapt to tox 4.x (#86367) 2024-01-31 11:47:24 +01:00

README

authentic2-wallonie-connect
===========================

Authentic2 plugin for the Wallonie Connect usecase, see https://dev.entrouvert.org/projects/imio-connect/

Installation
------------

Install with `pip install authentic2-wallonie-connect`

Settings
========

Register the plugin in your settings file.

  INSTALLED_APPS += ('authentic2_wallonie_connect',)
  TENANT_APPS += ('authentic2_wallonie_connect',)

License
-------

This program is free software: you can redistribute it and/or modify it under
the terms of the GNU Affero General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option) any
later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.  See the GNU Affero General Public License for more
details.

You should have received a copy of the GNU Affero General Public License along
with this program.  If not, see <http://www.gnu.org/licenses/>.