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

FEAT #14213 TIME 0:05 can modify superadmin identifier in installer

parent 06f1cd94
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ export class UseradminComponent implements OnInit { ...@@ -29,7 +29,7 @@ export class UseradminComponent implements OnInit {
const valEmail: ValidatorFn[] = [Validators.pattern(/^[a-zA-Z0-9_.+-]+@[a-zA-Z0-9-]+\.[a-zA-Z0-9-.]+$/), Validators.required]; const valEmail: ValidatorFn[] = [Validators.pattern(/^[a-zA-Z0-9_.+-]+@[a-zA-Z0-9-]+\.[a-zA-Z0-9-.]+$/), Validators.required];
this.stepFormGroup = this._formBuilder.group({ this.stepFormGroup = this._formBuilder.group({
login: [{ value: 'superadmin', disabled: true }, valLogin], login: ['superadmin', valLogin],
password: ['', Validators.required], password: ['', Validators.required],
passwordConfirm: ['', Validators.required], passwordConfirm: ['', Validators.required],
email: ['dev@maarch.org', valEmail], email: ['dev@maarch.org', valEmail],
......
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