Use md5 encrypted password in existing table (v2023)

  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().