浏览代码

Update password_reset.rst

Len 9 年之前
父节点
当前提交
e2585cad58
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      source/additional_information/password_reset.rst

+ 2 - 0
source/additional_information/password_reset.rst

@@ -5,6 +5,8 @@ Password Reset
 
 | Here some rough steps to change the password of the database. The password can only be changed and not recovered.
 
+|
+
 | The database contains a table called v_users which contains the username, password and salt. The password is the md5 hash of the password and the salt. 
 
 **Password Hash**