stable

Forked from tuleap/stable

Clone or download

Read-only

Fix request #5450: login page customisation broken

Before 6.6, the customisation of intro on the login page was done through the site-content .tab variable 'cookies' which, frankly speaking, was more a hack than a foolproof solution. Now we let the admin(or the marketing gal) define is own login introductory text in an html file. Change-Id: Ic3dccedd28af7b57b2bda60232fcb275a15a8ef8

Modified Files

Name
M plugins/openid/templates/login.mustache +6 −0 Go to diff View file
A site-content/en_US/account/login_intro.html +0 −0 Go to diff View file
M src/common/user/LoginPresenter.class.php +4 −0 Go to diff View file
M src/templates/user/login.mustache +6 −0 Go to diff View file