email - gitlab] how the disable the user confirmation e-mail -
currently, using gitlab, , love using great one.
however, users cannot receive confirmation email , cannot loggin. 1) confirm them through admin privilege or 2) configure system not send email confirmation.
any ideas? thank in advance.
like @shin-haeng-kang said, new user, setting signup_enabled: false
in site settings , creating users admin menu , editing password after creating user work.
if users exists, found following issue request shows how edit postgres database manually.
from gitlab server:
sudo -u git -h psql -d gitlabhq_production gitlabhq_production=> update users set confirmation_token=null, confirmed_at=now() confirmed_at null;
Comments
Post a Comment