public registration component for the CubicWeb framework
Project description
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>
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for cubicweb-registration-0.9.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 982d88a29a5cfd790fd5f4d6d1924fcd924e6cad0602c54adc1fe52ffa41db7e |
|
MD5 | df38901e7852a8729ad06f7821c3debe |
|
BLAKE2b-256 | 1f7e07bfea9d7e6afa9208ac8132638cfa019d7a722b621cfd9904dc641596c6 |
Hashes for cubicweb_registration-0.9.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | fa34fd34ee25dccf678b3dc79d2782327184094230fd59711548d1f0e3d6de35 |
|
MD5 | a613f1dc570cae050bee196f9860d983 |
|
BLAKE2b-256 | 56d0262087c2028bf6e14f90968791830477c09b0d3183ffabd23e2649881d02 |