narendramohan / openid-server

Automatically exported from code.google.com/p/openid-server
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Can't log in on domain configurator page #26

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install application as per instructions
2. go to web app url
3. take "Configure this domain now" option. 
4. Try and login with the password you have set up in the install
5. Page redirects back to the same login page with no errors

What is the expected output? What do you see instead?

Expect to to login. Actually get a re-direct to the login screen with no errors 
on the login screen, but in the logs get:

2010-06-25 12:23:03,803 DEBUG [cn.net.openid.jos.service.JosServiceImpl:674] - 
password is blank, login is not allowed.
2010-06-25 12:23:03,804 DEBUG 
[cn.net.openid.jos.web.controller.DomainConfiguratorLoginController:76] - 
Password check failed.

What version of the product are you using? On what operating system?

1.2.1 on Windows 7 32 bit
Sun JRE 1.6.0_20-b02
Tomcat 6

Original issue reported on code.google.com by newportm...@gmail.com on 25 Jun 2010 at 11:37

GoogleCodeExporter commented 9 years ago
"password is blank, login is not allowed."

Please change the "domain.configurator.password" section in the file 
$CATALINA_BASE/conf/[enginename]/[hostname]/context.xml

Original comment by zhoushu...@gmail.com on 25 Jun 2010 at 3:06

GoogleCodeExporter commented 9 years ago
I see the problem now; by default the password section is commented out in the 
context file. I would recommend you either do not comment out the section by 
default, or mention that it needs uncommenting in the documentation.

Original comment by newportm...@gmail.com on 25 Jun 2010 at 3:15