The encrypting type of password:
0 : password simple, means password is entered in clean text and saved in cipher text.
1 : password hash simple, means password is entered in clean text and saved in hash value.
7 : password cipher, means password is entered and saved in cipher text.
8 : password hash cipher, means password is entered and saved in hash value.
default is 0.