I am able to get to the login screen and i can enter my password but the admin page just comes up blank. I created the user in Erlang and can access the page by subdomain.domian:5280/admin
The user account I created in Erlang was
register admin mypass
In Erlang it says this when i try to conenct
=INFO REPORT==== 5-Aug-2006::15:21:10 ===
I(<0.253.0>:ejabberd_listener:90): (#Port<0.417>) Accepted connection {{192,168,
0,110},2180} -> {{192,168,0,110},5280}
=INFO REPORT==== 5-Aug-2006::15:21:10 ===
I(<0.247.0>:ejabberd_http:76): started: {gen_tcp,#Port<0.417>}
=INFO REPORT==== 5-Aug-2006::15:21:10 ===
I(<0.372.0>:ejabberd_http:171): (#Port<0.417>) http query: 'GET' /favicon.ico
=INFO REPORT==== 5-Aug-2006::15:21:10 ===
I(<0.372.0>:ejabberd_http:171): (#Port<0.417>) http query: 'GET' /favicon.ico
Any help on this problem I could get would be great
When your browser asks you
When your browser asks you the login user and password, what do you exactly put?
You probably have to use the
You probably have to use the something admin@domain as user and not just admin.
I've just have had the same problem,.. this is maybe a little bit poorly documented ;)
Chris.
Re: You probably have to use the
You probably have to use the something admin@domain as user and not just admin.
I've just have had the same problem,.. this is maybe a little bit poorly documented ;)
Chris.
Poorly documented? The word "full" is highlighted in the sectionCreating an Initial Administrator , as well as in the section Web Interface (also in the examples in the latter!). Moreover, an example Jabber ID is given several times. The same is true for the FAQ as it contains the entry I Cannot Login into the Web Interface . If you have ideas to make this even more clear, they are welcome! ;-)
(It has some reason why this information is duplicated so much :-D )
I meant the more ironic than
I meant the more ironic than serious ;)
Re: I meant the more ironic than
I meant the more ironic than serious ;)
Yes, but if you have ideas... ;-)
confusion for /admin/ login
Here's something that could be done to make this less confusing: stop accepting the username without domain/password combination as *valid*.
That's why this is so confusing. It should simply not be a valid combination - leading to an error message. Not a blank page...