Confirm email

I can’t confirm my email account. I click on “resend confirmation email” more than one time but I never received that.

1 Like

Hi @andrereis99,

Welcome to GitLab Forum :slightly_smiling_face:

If you have an issue accessing your account, please use the support web form so an admin can help you.

connect to postgresql by:

# sudo su  -u gitlab-psql
$ PGHOST=/var/opt/gitlab/postgresql psql  -d gitlabhq_production

update confirmed_at feild in users table:

gitlabhq_production=# update users set confirmed_at = '2020-08-08 10:27:22' where id =<your user id>;