GitLab should automatically send email to a new user with their password when their account is created.
I have checked the mail.log file and I see no records of sending or attempts to send.
I can send mail via postfix command line with no problems.
In the gitlab ui, I get no fails or anything. When I look at mailer I see this pending:
Class Args
Notify ["new_user_email", 8, "qrnq1kSQ"]
I've modified gitlab.yml to have the correct from address: [email protected]
So I found out that I had to run the resque process manually on my server in order for it to process the jobs in the queue. I'm going to ask another question elsewhere to see how to make that automatic.
The command was:
sudo -u gitlab bundle exec rake environment resque:work QUEUE=* RAILS_ENV=production BACKGROUND=yes
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With