http://dacxzjk3kq5mmepbdd3ai2ifynlzxsnpl2cnkfhridqfywihrfftapid.onion/help/user/profile/account/create_accounts.md
If you do not use this, the user receives a confirmation email.
u . save!
17.7
and later
u = Users :: CreateService . new ( nil ,
username: 'test_user' ,
email: '
[email protected]' ,
name: 'Test User' ,
password: '123password' ,
password_confirmation: '123password' ,
organization_id:
Organizations :: Organization . first . id ,
skip_confirmation: true
). execute