Fix password validation during password reset #83
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "bugfix/28-password_reset"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
See new specs.
fixes #28
48b01ad5a8
to7dae66959e
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.