Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Does not work with the new Laravel confirm password feature #791

Open
joveice opened this issue Oct 11, 2019 · 0 comments
Open

Does not work with the new Laravel confirm password feature #791

joveice opened this issue Oct 11, 2019 · 0 comments

Comments

@joveice
Copy link

joveice commented Oct 11, 2019

  • Laravel Version: 6.2.0
  • Adldap2-Laravel Version: 6.0.8
  • PHP Version: 7.3.9
  • LDAP Type: ActiveDirectory

Description:

It does not work with the new Laravel confirm password feature. You get "The password is incorrect"
https://laravel.com/docs/6.x/authentication#password-confirmation
I believe it's only checking against the local hash and not any calls to the AD, in my case I do not sync passwords.
laravel/framework#30214

Steps To Reproduce:

  1. Turn off password sync
  2. Protect a route with this new function
  3. Try to confirm the password.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant