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>
Release files for cubicweb-registration 0.14.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| cubicweb-registration-0.14.0.tar.gz | 10.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| cubicweb_registration-0.14.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 20.0 kB
Release files / cubicweb-registration-0.14.0.tar.gz
| Download URL | cubicweb-registration-0.14.0.tar.gz |
|---|---|
| Size | 10.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
470f310b29b3f28a7215b7d8f1e185c18d55ad99da16454e4907fc5ae5c1106c
|
|
BLAKE2b-256 checksum How to use checksums |
57624676fcb611cb33ff935d9a26e221fad33d951cf263ad05b10ed912c39726
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.12.2
|
Release files / cubicweb_registration-0.14.0-py3-none-any.whl
| Download URL | cubicweb_registration-0.14.0-py3-none-any.whl |
|---|---|
| Size | 9.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
dd8974ec957b745ed27660315109daae9f66c7250ce69fde58da67fb813030ff
|
|
BLAKE2b-256 checksum How to use checksums |
4685cfd98595b8d30643d1d04d2406e3ad4ec2d2604c8a3c49e38b550a6186f2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.12.2
|