I don't know that you can do this with the current minilogin. The ini file has the assignments of userid to ip address, but that's about all it does. The password you type on the login screen doesn't even have to match what's in the ini file. I'd love to have a minilogin that doesn't key on the ip address, but rather keys on the login name instead. But that source is held pretty close to the developers for encryption reasons I believe.
What I did is create a shortcut on the desktop of my server to the miniloginaccounts.ini file. I edit it quickly as needed. I then have a batch file on the desktop that kills the minilogin and restarts it.
The batch file has:
kill /f minilogin
sleep 2
start /min minilogin
The kill is a Windows 2000 resource kit tool I think, and sleep is just a program to pause for x number of seconds. You can use whatever you want but that's the jest of it.
bill
|