https://github.com/codesyntax/codesyntax.login
https://github.com/codesyntax/codesyntax.login
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codesyntax/codesyntax.login
- Owner: codesyntax
- License: gpl-2.0
- Created: 2023-11-22T09:43:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-18T06:05:13.000Z (almost 2 years ago)
- Last Synced: 2025-09-21T18:22:14.671Z (9 months ago)
- Language: Python
- Size: 36.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE.GPL
Awesome Lists containing this project
README
.. This README is meant for consumption by humans and pypi. Pypi can render rst files so please do not use Sphinx features.
If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide.html
This text does not appear on pypi or github. It is a comment.
.. image:: https://github.com/collective/codesyntax.login/actions/workflows/plone-package.yml/badge.svg
:target: https://github.com/collective/codesyntax.login/actions/workflows/plone-package.yml
.. image:: https://coveralls.io/repos/github/collective/codesyntax.login/badge.svg?branch=main
:target: https://coveralls.io/github/collective/codesyntax.login?branch=main
:alt: Coveralls
.. image:: https://codecov.io/gh/collective/codesyntax.login/branch/master/graph/badge.svg
:target: https://codecov.io/gh/collective/codesyntax.login
.. image:: https://img.shields.io/pypi/v/codesyntax.login.svg
:target: https://pypi.python.org/pypi/codesyntax.login/
:alt: Latest Version
.. image:: https://img.shields.io/pypi/status/codesyntax.login.svg
:target: https://pypi.python.org/pypi/codesyntax.login
:alt: Egg Status
.. image:: https://img.shields.io/pypi/pyversions/codesyntax.login.svg?style=plastic :alt: Supported - Python Versions
.. image:: https://img.shields.io/pypi/l/codesyntax.login.svg
:target: https://pypi.python.org/pypi/codesyntax.login/
:alt: License
================
codesyntax.login
================
Add-on on to set login basics for CodeSyntax users
This product is meant to be used together with pas.plugins.oidc and, if wanted, collective.regenv.
It creates a user group for CodeSyntax users that will be authorized to log in in a Plone site using pas.plugins.oidc
Installation
------------
Install codesyntax.login by adding it to your buildout::
[buildout]
...
eggs =
codesyntax.login
and then running ``bin/buildout``
Check pas.plugins.oidc documentation to learn how to configure it.
License
-------
The project is licensed under the GPLv2.