View Single Post
  #3  
Old 03-17-2003, 08:01 AM
brainleacher
Fire Beetle
 
Join Date: Mar 2003
Posts: 17
Default

I've also noticed that it's accepts 8 char max for account name. Also, make sure that the password listed in the minilogin config file matches the password in your sql table.

I created the accounts by hand in the sql table. Just make sure you increment the IDs manually, since I'm using table def for 4.2, the world -adduser command doesn't work.

Also, it doesn't matter what password you type in, it just picks the first IP match out of the config file and uses the username and password in there to log into the db. This kinds blows, cuz I would like to have multiple accounts per IP, but that doesn't seem to be supported yet..

- Brainleacher
Reply With Quote