http://eweiibe6tdjsdprb4px6rqrzzcsi22m4koia44kc5pcjr7nec2rlxyad.onion/help/user/profile/account/create_accounts.md
If you do not use this, the user receives a confirmation email.
u . save!
For GitLab 16.11 and later, run:
u = User . new ( username: 'test_user' , email: '
[email protected]' , name: 'Test User' , password: 'password' , password_confirmation: 'password' )
u . assign_personal_namespace ( Organizations :: Organization . default_organization )
u . skip_confirmation!