Registrations to Open-AudIT forums are now closed. To ask any new questions please visit Opmantek Community Questions.

Open-AudIT

What's on your network?
It is currently Fri Mar 29, 2024 1:20 am

All times are UTC + 10 hours




Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 posts ] 
Author Message
PostPosted: Thu Aug 24, 2006 2:45 am 
Offline
Newbie

Joined: Wed Aug 16, 2006 4:23 am
Posts: 19
How do I manually go in and remove require password? I am now getting a blank page since I set to require a password.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Thu Aug 24, 2006 2:53 am 
Offline
Contributor

Joined: Thu Jul 13, 2006 7:54 am
Posts: 156
Change your include_config.php to the following

[quote]$use_https = '';
// An array of allowed users and their passwords
// Make sure to set use_pass = "n" if you do not wish to use passwords
$use_pass = 'n';
$users = array(
'admin' => 'pass'
);


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Thu Aug 24, 2006 2:53 am 
Offline
Moderator
User avatar

Joined: Tue Jan 25, 2005 3:09 am
Posts: 2140
Location: Scotland
edit include_config.php and change the line

[code]
$use_pass = 'y';
[/code]

to

[code]
$use_pass = 'n';
[/code]


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 posts ] 

All times are UTC + 10 hours


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group