[Docs] Error when closes all sessions in Jetstream
Environment:
- LDAP Server Type: ActiveDirectory
- LdapRecord-Laravel Major Version: v3
- PHP Version: 8.3.2
- Plain authentication configured with Jetstream
Describe the bug: When you are logged in, if you go to profile, you will see logout from all devices. If you click it, it asks for the account password, and when you enter it, a RuntimeException appears saying: This password does not use the Bcrypt algorithm.
There is also a button to delete the account. As it is a plain authentication, it should not appear.
Hi @jorgelloret,
You must update your application with the necessary adjustments to be compatible with LDAP users. These adjustment cannot be done by LdapRecord Laravel.
I'll mark this as a docs issue, as it's not a bug with LdapRecord.
@stevebauman Ok, thank you. I'll keep waiting.