This commit is contained in:
wxt
2026-02-02 09:04:07 +08:00
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -142,7 +142,7 @@ SET password_hash = '{hash}',
salt = '{txtSalt.Text}' salt = '{txtSalt.Text}'
WHERE username = 'admin'; -- 修改为对应的用户名"; WHERE username = 'admin'; -- 修改为对应的用户名";
txtSqlUpdate.Text = sql; txtSqlUpdate.Text = sql;
MessageBox.Show("密码哈希生成成功!\n\n可以复制SQL语句到数据库执行。", "成功", MessageBox.Show("密码哈希生成成功!\n\n可以复制SQL语句到数据库执行。", "成功",
MessageBoxButtons.OK, MessageBoxIcon.Information); MessageBoxButtons.OK, MessageBoxIcon.Information);