Project

General

Profile

« Previous | Next » 

Revision e26886b3

Added by Ohad Levy over 12 years ago

  • ID e26886b35f63a5705159dc48ec9717a353f78c1f

fixes #1150 - When ticking On-the-fly user creation submit button and fields are hidden

View differences:

app/helpers/auth_source_ldaps_helper.rb
module AuthSourceLdapsHelper
def on_the_fly? authsource
return false if authsource.new_record?
authsource.onthefly_register?
end
end

Also available in: Unified diff