tonson22 / openreportv2

Automatically exported from code.google.com/p/openreportv2
0 stars 0 forks source link

I can't login #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Deploy Openreports
2.Write username and password (admin:admin)

What is the expected output?
The reports page.

What do you see instead?
I can't log in, it says "Invalid User Name or Password!"
Maybe it's because the new encryption feature. What do I have to write instead?

What version of the product are you using? On what operating system?
Openreportv2, tomcat 5.5, hsqldb 1.7.3, windows 7

Please provide any additional information below.
I have a user admin with password admin with openreports, I downloaded the war 
you're supporting and I just can't log in.

Thanks in advance. 

Original issue reported on code.google.com by lare...@certuit.com on 6 Jul 2012 at 1:57

GoogleCodeExporter commented 9 years ago
I realize I never added the new user with the new encrypted password in my 
database.
Thanks.

Original comment by lare...@certuit.com on 6 Jul 2012 at 2:33

GoogleCodeExporter commented 9 years ago
pls update the password of the user admin in the table and you should be able 
to login.

=?UTF-8?B?YWRtaW4=?=

thanks
Kiran

Original comment by kira...@gmail.com on 6 Jul 2012 at 12:41

GoogleCodeExporter commented 9 years ago
update table report_user set password='=?UTF-8?B?YWRtaW4=?=' where name='admin'

Original comment by kira...@gmail.com on 6 Jul 2012 at 12:43

GoogleCodeExporter commented 9 years ago
It worked, thank you very much for the quick answer.

Original comment by lare...@certuit.com on 6 Jul 2012 at 9:30

GoogleCodeExporter commented 9 years ago
Where shall I execute the update query mentioned above ?? I'm not able to login.

Original comment by arun.ind...@gmail.com on 10 Oct 2012 at 6:24

GoogleCodeExporter commented 9 years ago
execute it in the database where openreports tables are there.

Original comment by kira...@gmail.com on 11 Oct 2012 at 4:23