diff options
author | Robert Speicher <robert@gitlab.com> | 2016-06-08 20:49:01 +0000 |
---|---|---|
committer | Robert Speicher <robert@gitlab.com> | 2016-06-08 20:49:01 +0000 |
commit | 18f5cca25bb6a12e6fffdad427945c081b19ecaf (patch) | |
tree | 787bc572ef27531631e12cfc2cfd16faad26932c /lib/api | |
parent | fe75d163ab7d04419de97b43c0cd95b5929d57cb (diff) | |
parent | 40b6d9064a2ab6c89cb54b62536fe2952c6cbca6 (diff) | |
download | gitlab-ce-18f5cca25bb6a12e6fffdad427945c081b19ecaf.tar.gz |
Merge branch '14098-customize-after-sign-up-path' into 'master'
Allow custom text on 'almost there' page
Add a new application setting, after_sign_up_text. This is text to be
rendered as Markdown and shown on the 'almost there' page after a user
signs up, but before they've confirmed their account.
Closes #14098.
See merge request !4098
Diffstat (limited to 'lib/api')
-rw-r--r-- | lib/api/entities.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/api/entities.rb b/lib/api/entities.rb index 66c138eb902..50d69274b2e 100644 --- a/lib/api/entities.rb +++ b/lib/api/entities.rb @@ -351,6 +351,7 @@ module API expose :signin_enabled expose :gravatar_enabled expose :sign_in_text + expose :after_sign_up_text expose :created_at expose :updated_at expose :home_page_url |