Page MenuHomePhabricator

Installer demands DB credentials for SQLite
Closed, ResolvedPublic

Description

Patch

SQLite is userless, and therefore requesting to fill usernames and passwords for it is pointless. Patch included.


Version: 1.16.x
Severity: normal

Attached:

Details

Reference
bz20242

Related Objects

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:49 PM
bzimport set Reference to bz20242.

The database username/password and superuser username/password are still shown when selecting SQLite, though they're no longer checked. Either the user/pass/superuser fields should be moved into the database-specific sections (thus disappearing out of our way when unneeded or they should be separately hidden when we select a DB that doesn't support them.

FWIW the new-installer branch seems to fix some of this stuff. I recently managed to merge trunk back in (and get it at least functioning again). Perhaps it's time for someone to dust off the branch and finish it--I don't have the time though :(