From 8eb739bb910fb91737c6ce65f244eb9a3ac8f35c Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 23 Aug 2015 13:15:59 -0400 Subject: Add Gitlab authentication --- app/Template/auth/index.php | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'app/Template/auth') diff --git a/app/Template/auth/index.php b/app/Template/auth/index.php index 1ad1b9a4..2ffc53cb 100644 --- a/app/Template/auth/index.php +++ b/app/Template/auth/index.php @@ -15,7 +15,7 @@ form->label(t('Password'), 'password') ?> form->password('password', $values, $errors, array('required')) ?> - + form->label(t('Enter the text below'), 'captcha') ?> form->text('captcha', $values, $errors, array('required')) ?> @@ -31,14 +31,18 @@ - + -- cgit v1.2.3