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:
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:
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Resolved | • brooke | T22242 Installer demands DB credentials for SQLite | |||
Resolved | None | T22628 New-installer branch (tracking) |
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 :(