Opened 15 years ago
Closed 14 years ago
#12622 closed defect (bug) (fixed)
$table_prefix should be validated upon entry
Reported by: | johnl1479 | Owned by: | dd32 |
---|---|---|---|
Milestone: | 3.0 | Priority: | normal |
Severity: | normal | Version: | 3.0 |
Component: | Upgrade/Install | Keywords: | has-patch |
Focuses: | Cc: |
Description
It appears that $table_prefix is validated to only contain letters, numbers, and underscores.
However, the user is not made aware of this requirement until after the wp-config file has been created.
If the user tries to enter a hyphen or other non-acceptable character, they should be alerted to this and be able to fix it before wp-config is generated.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Adding patch file