User tests: Successful: Unsuccessful:
Correct the regex on the database name to prevent _ as the first character
Pull Request for Issue #21578
Status | New | ⇒ | Pending |
Category | ⇒ | Installation |
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-08-13 09:22:08 |
Closed_By | ⇒ | wilsonge | |
Labels |
Added:
?
|
@brianteeman you should still edit the language file I think, because the underscore is allowed in the db name (alphanumeric + underscore).
And you have a "$" sign as allowed characters, is this intended?
feel free to submit a pr
Thanks!