bugfix/28-password_reset
master
See new specs.
fixes #28
48b01ad5a8
7dae66959e
code looks good.
with ldap I still struggle locally - because some Docker issue.
@@ -40,0 +37,4 @@
self.password_confirmation = new_password_confirmation
return false unless valid?
Devise::LDAP::Adapter.update_password(login_with, new_password)
can this fail somehow? do we need to catch some error here?
Hopefully never, but we have #14 and kosmos/chef#436 open to set up exception tracking.
No dependencies set.
The note is not visible to the blocked user.
See new specs.
fixes #28
48b01ad5a8to7dae66959ecode looks good.
with ldap I still struggle locally - because some Docker issue.
@@ -40,0 +37,4 @@self.password_confirmation = new_password_confirmationreturn false unless valid?Devise::LDAP::Adapter.update_password(login_with, new_password)can this fail somehow? do we need to catch some error here?
Hopefully never, but we have #14 and kosmos/chef#436 open to set up exception tracking.