Use md5 encrypted password in existing table (v2023)

Hello,
I am using an existing table for the login. How can I use a md5 encrypted password field? I am using phpmaker 2023. Thanks for an answer.

  1. v2023 could not migrate passwords, you need to re-hash the passwords in the existing table yourself. For example, you may read this topic.
  2. Don’t use md5 for passwords anymore, you should use PHP’s password_hash().

Thanks for the answer
This means v2025 is able to re-hash also md5 encrypted passwords?

Yes, v2025 supports Password Migration feature.