Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

chahal's avatar
Level 4

Custom Password Logic for Nova

I have installed Nova to my laravel application. It uses default laravel guard for login but my users table doesn't store password using bcrypt. It has a custom password encryption logic. password column is also different.

I need to use this custom password logic for login.

0 likes
3 replies
Tray2's avatar

Have you checked that you Laravel version is compatible with your Nova version?

chahal's avatar
Level 4

@Tray2

Thanks for replying @tray2 . Yes it is compatible. I am using laravel 11 with Nova 5. I managed to do this by adding a new UserProvider to the guard.

Please or to participate in this conversation.