Docs: harmonize examples & clarify when to use setup_activation
(recommended in README but not in the Wiki)
#328
Labels
documentation
Improvements or additions to documentation
Configuration
Expected Behavior
The docs should be clear and not say two different things in two places.
Actual Behavior
The README recommends the following steps to activate a user:
This suggests that a call to
setup_activation
is required to activate a user. In the Wiki, however,setup_activation
is omitted (and only mentioned at the very bottom in an example for resending the activation email):Source for
setup_activation
at the time of writing:sorcery/lib/sorcery/model/submodules/user_activation.rb
Lines 90 to 96 in 6fdc703
Desired changes
setup_activation
is neededsetup_activation
.Steps to Reproduce
Doesn't apply.
The text was updated successfully, but these errors were encountered: