Open-AudIT
https://www.open-audit.org/phpBB3/

OAv2 Alpha 3 released
https://www.open-audit.org/phpBB3/viewtopic.php?f=20&t=3689
Page 1 of 1

Author:  Mark [ Thu Jun 10, 2010 9:07 pm ]
Post subject:  OAv2 Alpha 3 released

Yep, you read right - it's available.
Go grab it and give it a thrashing.
Please post Bugs in this forums (not this thread).
All previous Bugs should have been addressed.

[url]http://www.open-audit.org/OAv2_03.zip[/url]

:D

Author:  ccpyle [ Sun Jun 13, 2010 1:30 am ]
Post subject:  Re: OAv2 Alpha 3 released

just a note - the password is changed from what is in the readme.txt.

Author:  A_Hull [ Thu Jun 17, 2010 5:12 pm ]
Post subject:  Re: OAv2 Alpha 3 released

[quote="ccpyle"]just a note - the password is changed from what is in the readme.txt.

:? Where would testers find the new password?

Author:  Mark [ Thu Jun 17, 2010 5:32 pm ]
Post subject:  Re: OAv2 Alpha 3 released

Weird - not sure how that got in there.
It should be
user: admin
password: password

Author:  wolfegang76 [ Wed Jun 30, 2010 6:52 am ]
Post subject:  Re: OAv2 Alpha 3 released

I am unable to log in with Admin / password or admin / password

Can someone tell me to reset the credentials for the Open-AudIT homepage manually?

As in, what file do I have to edit?

Thanks!

Author:  mikeyrb [ Wed Jun 30, 2010 11:08 am ]
Post subject:  Re: OAv2 Alpha 3 released

admin / password indeed appears to be correct, not that I have tested it, just read through the code. The users are stored in the oa_user table in your database. One field is the username, the other is the md5 of the password (no salt -- Mark, you need to salt them...). Doublecheck that the following lines of SQL executed during setup:

[code]LOCK TABLES `oa_user` WRITE;
INSERT INTO `oa_user` VALUES (1, 'admin', '5f4dcc3b5aa765d61d8327deb882cf99', 'Administrator', 'admin@openaudit', 'en', '10', 'tango', 'y');
INSERT INTO `oa_user` VALUES (NULL, 'test', '5f4dcc3b5aa765d61d8327deb882cf99', 'Test Reduced User', 'admin@openaudit', 'en', '10', 'tango', 'n');
UNLOCK TABLES;[/code]

Author:  wolfegang76 [ Fri Jul 02, 2010 2:16 am ]
Post subject:  Re: OAv2 Alpha 3 released

Thanks for your response!

I checked the table and you are right, admin /password.

I followed these instructions, and didn't recieve any errors,

"
1 - Extract the archive to /usr/ (under Ubuntu).
2 - Move the contents of www folder to your root web folder (/var/www under Ubuntu).
3 - Edit the file /var/www/index.php. Line 27/28. Adjust to suit (as per step 1).
4 - in the /usr/OAv2/other folder, run the following command (under Ubuntu)
mysql -u root -p
{enter password}
create database OAv2;
exit;
mysql -u root -p OAv2 < OAv2_mysql.sql
{enter password}
5 - Check file permissions (still to clarify).
6 - Alter the settings to connect to the database in /usr/OAv2/code_igniter/system/application/config/database.php
7 - Point your web browser to http://YOURSERVER/index.php
8 - Logon with Username: Admin, Password: password"

Its probably something simple that I am missing or don't know about. I am a bit of a newb with OpenAudIT / mysql...

Thanks in advance!

Page 1 of 1 All times are UTC + 10 hours
Powered by phpBB® Forum Software © phpBB Group
https://www.phpbb.com/