|
|
@@ -344,8 +344,8 @@ export class MCOMAUFORMComponent implements OnInit {
|
|
|
let randomNumber = Math.floor(Math.random() * chars.length);
|
|
|
password += chars.substring(randomNumber, randomNumber + 1);
|
|
|
}
|
|
|
- this.password?.setValue(password);
|
|
|
- this.password_confirmation?.setValue(password);
|
|
|
+ this.password?.setValue("Tmk#"+password+"0");
|
|
|
+ this.password_confirmation?.setValue("Tmk#"+password+"0");
|
|
|
}
|
|
|
|
|
|
private processDataRegister(): MCOMAURegistrarInterface {
|