PDA

View Full Version : Login Error


Spacefrog
10-02-2002, 12:45 PM
I installed ioFTPD and do this:
site adduser root root *@*.*.*.*
site change root flags +M
then i logged in as root
...
Then i tried to login twice and i get this error:

220 Welcome to ioFTPD server.
USER root
331 Password required for root.
PASS ***
530 Login incorrect.


Perhaps ioFTPD should show another message, somethink like this:
Sorry your account is restricted to 1 login


Space :D

skfkat
10-02-2002, 01:27 PM
AFAIK flag M is only by editing userfile available (for security reason ;)

darkone
10-02-2002, 02:00 PM
Yes, and non 'master' users are only allowed to login once by default. Edit default.user or do 'site change <user> logins <#>'

Spacefrog
10-02-2002, 03:26 PM
I knew that, but you should edit the error message, so that i know why i cant' login.

darkone
10-02-2002, 05:01 PM
I will change this for maxusers. However Invalid Login/Password/Ip won't be reported to user. It will be propably changed in next beta. I'm currently working on major internal change (Again, ehh) - after that, I will start adding new stuff (new commands, new error messages, new http server... etc)