Problem: spasswrod `login_attempts` is not reset after change_password where: https://github.com/telefonicaid/fiware-keystone-spassword/blob/master/keystone_spassword/contrib/spassword/spassword.py#L169 how: invoking https://github.com/telefonicaid/fiware-keystone-spassword/blob/master/keystone_spassword/contrib/spassword/backends/sql.py#L141 Workaround: update any other user field, like description, when change password.
Problem: spasswrod
login_attemptsis not reset after change_passwordwhere: https://github.com/telefonicaid/fiware-keystone-spassword/blob/master/keystone_spassword/contrib/spassword/spassword.py#L169
how: invoking https://github.com/telefonicaid/fiware-keystone-spassword/blob/master/keystone_spassword/contrib/spassword/backends/sql.py#L141
Workaround: update any other user field, like description, when change password.