Gitlab without mail / let user sign up -


i'm having trouble getting mail setup work gitlab 6 want users able sign account , assign own password instead of receiving temporary password mail.

changes i've made:

/home/git/gitlab/config/gitlab.yml:

`signup_enabled: true`  

but if access gitlab in browser it's still redirecting me "sign in" page , i'm not able "sign up" or register new account. there i'm missing?

thanks!

you have restart gitlab server after making change.


Comments

Popular posts from this blog

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c - Avoiding Extra Malloc in Linked List (node->next = NULL) -