Hashed password is not being stored in database’s password field [closed]

I am using bcryptjs to hash password in my code but the hashed password is not getting stored in the “password” field in the database instead it’s getting stored in “_ct” and “_ac” fields.

Because of this when I try to find the password, the entered password is getting compared with “undefined”. Please explain what is happening here.