소스 검색

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**