-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Naveen Angali
authored and
Naveen Angali
committed
Jul 25, 2024
1 parent
095051e
commit 864d0f3
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -146,7 +146,7 @@ | |
"name": "ProfiseeAdminUserAccount", | ||
"type": "Microsoft.Common.TextBox", | ||
"label": "Super Admin Account", | ||
"defaultValue": "", | ||
"defaultValue": "[email protected]", | ||
"placeholder": "[email protected]", | ||
"toolTip": "The first Super User, who will be able to log in and add other users.", | ||
"constraints": { | ||
|
@@ -966,7 +966,7 @@ | |
"regex": "", | ||
"validationMessage": "" | ||
}, | ||
"visible": true | ||
"visible": "[not(equals(steps('networking').HttpsConfigure, 'Yes'))]" | ||
}, | ||
{ | ||
"name": "UserDefinedHTTPS", | ||
|