minilogin uses your username and ip address , not a password.
the code to use , in case you dont know is ....
insert into account (name,status, minilogin_ip) values('USERNAMEHERE',250,'127.0.0.1');
- replace USERNAMEHERE with your username , and 127.0.0.1 with your IP Address.
|