sameersbn / sameersbn/docker-gitlab
Forgot your password and can't receive email
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 8.1k
- Forks
- 2.1k
- Avg merge
- 17h 47m
- Merged PRs (30d)
- 7
Description
I entered the appropriate variable based on the documentation, but I was unable to receive the email. However, when I entered gitlab to configure the SMTP configuration under /etc/gitlab/gitlab.rb and updated the configuration with the command gitlab-ctl reconfigure, I received an email. I did this with kubernetes and docker-compose experiments. Now, what do I need to do to pass the relevant configuration to /etc/gitlab/gitlab.rb, I hope I can get your answer, thank you!
SMTP configuration:
gitlab_rails['smtp_enable'] = true
gitlab_rails['smtp_address'] = "smtp.qq.com"
gitlab_rails['smtp_port'] = 465
gitlab_rails['smtp_user_name'] = "xxx@qq.com"
gitlab_rails['smtp_password'] = "xxx"
gitlab_rails['smtp_domain'] = "qq.com"
gitlab_rails['smtp_authentication'] = "login"
gitlab_rails['smtp_enable_starttls_auto'] = true
gitlab_rails['smtp_openssl_verify_mode'] = "peer"
gitlab_rails['smtp_tls'] = true
gitlab_rails['gitlab_email_from'] = "xxx@qq.com"
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the SMTP settings shown for /etc/gitlab/gitlab.rb and the gitlab-ctl reconfigure command, then compare them with the Kubernetes and docker-compose configurations mentioned in the report. Done means identifying the relevant configuration path and confirming that password-reset email is delivered.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, docker-compose, kubernetes
- Domain
- devops, infrastructure
- Issue type
- Bug
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100