Closed (works as designed)
Project:
Bugbits
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
14 Jul 2009 at 10:14 UTC
Updated:
21 Oct 2010 at 18:36 UTC
Many developer installation not use database password.
$form['database']['bugbits_db_password'] = array(
'#type' => 'textfield',
'#size' => 15,
// '#required' => TRUE, // <<<<<<<
'#title' => t('Database password for mantis database'),
'#default_value' => variable_get('bugbits_db_password', ''),
'#description' => t('Give the password for the database in which the mantis tables are stored here.')
);
Comments
Comment #1
daften commentedThat is true, but that is still insecure, even for developer installation. Can you give some more arguments why the default code should not ask for a password. It is then still possible for many people to make mistakes in their setup phase.
(I am considering changing this, but I need to be convinced ;))
Comment #2
tmckeown commentedThis seems silly. A db without a password? Closing out