EP4 Create Account

01/04/2020 16:21 casa99#1
How can I create an account on an EP4?
Im trying to set user_code, user_id, passwd but it still saying "Invalid Password" so I tried to set activated=1 too, but does not work either

What is salt field on bg_user?
01/04/2020 21:07 CloudŽ#2
Quote:
Originally Posted by casa99 View Post
How can I create an account on an EP4?
Im trying to set user_code, user_id, passwd but it still saying "Invalid Password" so I tried to set activated=1 too, but does not work either

What is salt field on bg_user?
Which encryption are you using? md5 or sha256?
01/04/2020 22:23 casa99#3
For inserting the password in the data base, i used MD5
01/04/2020 22:42 CloudŽ#4
Quote:
Originally Posted by casa99 View Post
For inserting the password in the data base, i used MD5
look into your source which encryption is defined file: Config_Localize_USA.h
01/04/2020 23:12 casa99#5
#define PASSWORD_ENCRYPT_SHA256

This lane?
01/05/2020 05:19 CloudŽ#6
Quote:
Originally Posted by casa99 View Post
#define PASSWORD_ENCRYPT_SHA256

This lane?
comment this out and search for #define BCRYPT_USA if its not inside your config usa just add it & compile everything then it should work