devise_ldap_authenticatable icon indicating copy to clipboard operation
devise_ldap_authenticatable copied to clipboard

NoMethodError ldap_auth_password_builder

Open lindskogen opened this issue 10 years ago • 0 comments

I've defined my own ldap_auth_password_builder as per the documentation:

config.ldap_auth_password_builder = Proc.new() {|new_password| Net::LDAP::Password.generate(:ssha, new_password) }

But when I start the server there is no such method?

undefined method `ldap_auth_password_builder=' for Devise:Module (NoMethodError)

lindskogen avatar Dec 17 '14 22:12 lindskogen