On Jul 11, 2007, at 8:21 AM, Gaurav Upadhyaya wrote:
Hi All,
I built XWiki using tomcat, on oracle(and created the database with 36 tables) .
I tried to login with username/password as Admin/Admin (as given in http://www.xwiki.org/xwiki/bin/view/Main/Documentation , for my sql in comments section); but it does not accept the user.
I also see
1) Login
2) Administration
on the top right corner of the browser, but there is no user creation/registration link.
Please suggest if i need to create a user using some DB scripts, or if i could have gone wrong somewhere.
All this is normal. You have an empty XWiki database so there are no users registered... By default and in this case wiki gives you admin access even when no logged in, so that you can do admin stuff to get started like ilport an XWiki XAR file, etc. You should import the XWiki Enterprise XAR file and you'll find an Admin/admin user in there. Or if you really want to start with a fully empty wiki (not advised) then register a new user (go to Administration and then Users&Groups).
-Vincent