Skip to content

Crowd sing in is disabled with the Sign In is disabled

When you disable the Standart sign in, the crowd tab is missing too.

Quick fix id replacing the line in app/views/devise/sessions/new.html.haml

  - if signin_enabled? || ldap_enabled?

with

 - if signin_enabled? || ldap_enabled? || crowd_enabled?