Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/pull/3461' into next
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Feb 16, 2022
2 parents 7eafdca + 572e842 commit 6d39b06
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions CONFIGURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ If you create a user by signing up to your local website, you need to confirm th
$ bundle exec rails console
>> user = User.find_by(:display_name => "My New User Name")
=> #[ ... ]
>> user.status = "active"
=> "active"
>> user.save!
>> user.activate!
=> true
>> quit
```
Expand Down

0 comments on commit 6d39b06

Please sign in to comment.