Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubes
registration
Commits
72b16be9ad7a
Commit
462db0e8
authored
Nov 19, 2014
by
David Douard
Browse files
[doc] improve the README file a bit
parent
50de49f3b41c
Changes
1
Hide whitespace changes
Inline
Side-by-side
README
View file @
72b16be9
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>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment