Skip to content
Snippets Groups Projects
Commit 17d9b0fd authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FEAT #13671 TIME 0:05 backslash control dbname

parent 354ef169
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ export class DatabaseComponent implements OnInit {
private functionsService: FunctionsService,
private installerService: InstallerService
) {
const valDbName: ValidatorFn[] = [Validators.pattern(/^[^\;\" ]+$/), Validators.required];
const valDbName: ValidatorFn[] = [Validators.pattern(/^[^\;\" \\]+$/), Validators.required];
const valLoginDb: ValidatorFn[] = [Validators.pattern(/^[^ ]+$/), Validators.required];
this.stepFormGroup = this._formBuilder.group({
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment