Merge branch 'master' of http://192.168.0.110:8000/FullAutoWaterCheck
This commit is contained in:
BIN
CS-WS025全自动水压检测仪电气清单.xlsx
Normal file
BIN
CS-WS025全自动水压检测仪电气清单.xlsx
Normal file
Binary file not shown.
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user