can you please tell me what the Admin username of your fiance is??
FB misses some structure in his coding, I have some reasons to believe that his username is using a format that passes the creation but doesn't pass the login!
That's do to this code in auth.php
|
Code:
|
if (ereg("[^a-zA-Z0-9_-]",trim($aid))) {
die("Begone");
} |
you can commentt his, but that creates security risks so i just suggest to create a different admin name for him :?