here I insert the follow data to mysql.
when I check the database, the data was changed to
please note "$2y$10" was changed to "y\" and the number of characters was changed too(from 60 to 56).
I guess this is might be a bug?
PHP Code:
$data['password']='$2y$10$ErQlCj/Mo10il.FthAm0WOjYdf3chZEGPFqaPzjqOX2aj2uYf5Ihq'
Code:
y\$ErQlCj/Mo10il.FthAm0WOjYdf3chZEGPFqaPzjqOX2aj2uYf5Ihq
I guess this is might be a bug?