Hi! I used to have this problem forever. But the 2.1.3 version doesn't work with empty password, so I can't control amule at all. The problem is that no matter what I write to amule.conf, the password is considered wrong or nothing happens and I'm on the login page again.
STR:
1. $ echo -n yourpasswordhere | md5sum | cut -d ' ' -f 1
ca3c365274907c6fd527068788e14639
2. [WebServer]
Enabled=1
Password=ca3c365274907c6fd527068788e14639
(amule.conf)
3. start amuled
4. Go to login page.
Now if I enter "yourpasswordhere" nothing happens, I'm on the login page again. If I enter something else, I get login page again but with "Incorrect password" notification. If I don't enter anything and press "Login" I get the login page without this notification (as in the case with right password entered).
Please, help.