diff options
author | Sean McGivern <sean@gitlab.com> | 2016-05-09 16:12:53 +0100 |
---|---|---|
committer | Sean McGivern <sean@gitlab.com> | 2016-06-08 19:08:53 +0100 |
commit | 40b6d9064a2ab6c89cb54b62536fe2952c6cbca6 (patch) | |
tree | 118c635941d8e8dd0ea072e402921c2f4da58158 /CHANGELOG | |
parent | e6daf1f899b412ded9a16674865b09f31fc7c75a (diff) | |
download | gitlab-ce-40b6d9064a2ab6c89cb54b62536fe2952c6cbca6.tar.gz |
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.
Tweak the styles for that page so that centered lists look reasonable.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 657c6f48334..0593ce2308f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -9,6 +9,7 @@ v 8.9.0 (unreleased) - Make EmailsOnPushWorker use Sidekiq mailers queue - Fix wiki page events' webhook to point to the wiki repository - Fix issue todo not remove when leave project !4150 (Long Nguyen) + - Allow customisable text on the 'nearly there' page after a user signs up - Bump recaptcha gem to 3.0.0 to remove deprecated stoken support - Allow forking projects with restricted visibility level - Improve note validation to prevent errors when creating invalid note via API |