Welcome Guest, Not a member yet? Register   Sign In
default password for admin and user
#1

[eluser]ranjitbd[/eluser]
Code:
// if i import batch file schema.sql from DX Auth library there are 8 tables created...
// and in the user tables....two users is created by defaults...
// so whats the password for user admin and user in the user table?????????
#2

[eluser]Sarfaraz Momin[/eluser]
ok here it is ? Firstly not everyone is very familiar with DX_AUTH library so you need to post proper question here.

Anyways, the username and password is

Admin : admin / hello
User: user / hello

These will only work if you have not changed the salt settings in the dx_auth config file in the config folder as that salt is used to encrypt the password so changing it will definately not authenticate you with the above credentials. The default salt is blank. I mean it should look like

Code:
$config['DX_salt'] = '';

- Sarfaraz




Theme © iAndrew 2016 - Forum software by © MyBB