decorate method in templates/gitlab.rb.erb file may break some thing
#146
Labels
bug
Something isn't working
For example:
gitlab_rails => {smtp_password => '12345'}generates
gitlab_rails['smtp_password'] = 12345which is wrong because password is a string not number and this does not work in sending email (throws an exception)!
The text was updated successfully, but these errors were encountered: