cubicweb-registration


Namecubicweb-registration JSON
Version 0.14.0 PyPI version JSON
download
home_pagehttps://forge.extranet.logilab.fr/cubicweb/cubes/cubicweb-registration
Summarypublic registration component for the CubicWeb framework
upload_time2024-03-20 14:49:28
maintainerNone
docs_urlNone
authorLOGILAB S.A. (Paris, FRANCE)
requires_pythonNone
licenseLGPL
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            This CubicWeb component provides a public registration feature (users
can register and create an account without the need for admin
intervention).

To activate the user registration feature in your CubicWeb
application, just add this cube in your instance ; either depend on it
in your cube's __pkginfo__ or run the ``add_cude`` command in a
CubicWeb shell::

  $ cubicwebctl shell youapp
  entering the migration python shell
  just type migration commands or arbitrary python code and type ENTER to execute it
  type "exit" or Ctrl-D to quit the shell and resume operation
  >>> add_cube('registration')
  >>> ^D


Then add or modify the ``registration-cypher-seed`` configuration
option in your application's ``all-in-one.conf`` file:

  [REGISTRATION]

  # seed used to cypher registration data in confirmation email link
  registration-cypher-seed=<change me>



            

Raw data

            {
    "_id": null,
    "home_page": "https://forge.extranet.logilab.fr/cubicweb/cubes/cubicweb-registration",
    "name": "cubicweb-registration",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "LOGILAB S.A. (Paris, FRANCE)",
    "author_email": "contact@logilab.fr",
    "download_url": "https://files.pythonhosted.org/packages/57/62/4676fcb611cb33ff935d9a26e221fad33d951cf263ad05b10ed912c39726/cubicweb-registration-0.14.0.tar.gz",
    "platform": null,
    "description": "This CubicWeb component provides a public registration feature (users\ncan register and create an account without the need for admin\nintervention).\n\nTo activate the user registration feature in your CubicWeb\napplication, just add this cube in your instance ; either depend on it\nin your cube's __pkginfo__ or run the ``add_cude`` command in a\nCubicWeb shell::\n\n  $ cubicwebctl shell youapp\n  entering the migration python shell\n  just type migration commands or arbitrary python code and type ENTER to execute it\n  type \"exit\" or Ctrl-D to quit the shell and resume operation\n  >>> add_cube('registration')\n  >>> ^D\n\n\nThen add or modify the ``registration-cypher-seed`` configuration\noption in your application's ``all-in-one.conf`` file:\n\n  [REGISTRATION]\n\n  # seed used to cypher registration data in confirmation email link\n  registration-cypher-seed=<change me>\n\n\n",
    "bugtrack_url": null,
    "license": "LGPL",
    "summary": "public registration component for the CubicWeb framework",
    "version": "0.14.0",
    "project_urls": {
        "Homepage": "https://forge.extranet.logilab.fr/cubicweb/cubes/cubicweb-registration"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4685cfd98595b8d30643d1d04d2406e3ad4ec2d2604c8a3c49e38b550a6186f2",
                "md5": "122c40ffd04fe64b06429ab71fc8fc49",
                "sha256": "dd8974ec957b745ed27660315109daae9f66c7250ce69fde58da67fb813030ff"
            },
            "downloads": -1,
            "filename": "cubicweb_registration-0.14.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "122c40ffd04fe64b06429ab71fc8fc49",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 9300,
            "upload_time": "2024-03-20T14:49:26",
            "upload_time_iso_8601": "2024-03-20T14:49:26.940947Z",
            "url": "https://files.pythonhosted.org/packages/46/85/cfd98595b8d30643d1d04d2406e3ad4ec2d2604c8a3c49e38b550a6186f2/cubicweb_registration-0.14.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "57624676fcb611cb33ff935d9a26e221fad33d951cf263ad05b10ed912c39726",
                "md5": "4fc29e6e9a2d07c29f2644d56e76468d",
                "sha256": "470f310b29b3f28a7215b7d8f1e185c18d55ad99da16454e4907fc5ae5c1106c"
            },
            "downloads": -1,
            "filename": "cubicweb-registration-0.14.0.tar.gz",
            "has_sig": false,
            "md5_digest": "4fc29e6e9a2d07c29f2644d56e76468d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 10739,
            "upload_time": "2024-03-20T14:49:28",
            "upload_time_iso_8601": "2024-03-20T14:49:28.834569Z",
            "url": "https://files.pythonhosted.org/packages/57/62/4676fcb611cb33ff935d9a26e221fad33d951cf263ad05b10ed912c39726/cubicweb-registration-0.14.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-20 14:49:28",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "cubicweb-registration"
}
        
Elapsed time: 0.30120s