OctopyID / LaraPersonate

Login as a different user quickly for Laravel
MIT License
295 stars 27 forks source link

Allow impersonating users with empty passwords #22

Closed Joorren closed 8 months ago

Joorren commented 8 months ago

Users might not have a password set when logging in using a different method than a password login, like OTP. When impersonating, the current flow always expects a password. This would make impersonating this set of users impossible. By making the password optional, all users could be impersonated.

SupianIDz commented 8 months ago

Thank you!