I think this line:
$UpdateQuery->bindColumn("user_password_hash", "s", "#hash", "WA_IGNORE");
should be:
$UpdateQuery->bindColumn("user_password_hash", "s", "".((!empty($_POST["password"]))?password_hash($_POST["password"]):"") ."", "WA_IGNORE");
I think this line:
$UpdateQuery->bindColumn("user_password_hash", "s", "#hash", "WA_IGNORE");
should be:
$UpdateQuery->bindColumn("user_password_hash", "s", "".((!empty($_POST["password"]))?password_hash($_POST["password"]):"") ."", "WA_IGNORE");
Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.
These out-of-the-box solutions provide you proven, tested applications that can be up and running now. Build a store, a gallery, or a web-based email solution.