mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-10 13:16:09 +10:00
Show Crowd login even when sign-in is disabled
This commit is contained in:
committed by
Rémy Coutable
parent
06f7fd2fb7
commit
dcaeee4579
@@ -1,6 +1,7 @@
|
||||
Please view this file on the master branch, on stable branches it's out of date.
|
||||
|
||||
v 8.6.0 (unreleased)
|
||||
- Show Crowd login tab when sign in is disabled and Crowd is enabled (Peter Hudec)
|
||||
|
||||
v 8.5.0
|
||||
- Fix duplicate "me" in tooltip of the "thumbsup" awards Emoji (Stan Hu)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
- page_title "Sign in"
|
||||
%div
|
||||
- if signin_enabled? || ldap_enabled?
|
||||
- if signin_enabled? || ldap_enabled? || crowd_enabled?
|
||||
= render 'devise/shared/signin_box'
|
||||
|
||||
-# Omniauth fits between signin/ldap signin and signup and does not have a surrounding box
|
||||
|
||||
Reference in New Issue
Block a user