Login Page
Documentation on how to customize the login page.
Last updated
Was this helpful?
Documentation on how to customize the login page.
Last updated
Was this helpful?
Was this helpful?
$LoginPage = @{
PrimaryColor = '#5c2751'
Title = 'DBATools Web Portal'
Copyright = 'DBATools 2020'
HeaderFontColor = 'white'
HeaderColor = '#4bc0d9'
SecondaryColor = '#6457a6'
SecondaryFontColor = 'white'
Image = 'http://localhost:5000/images/dbatools.png'
Links = @(
New-PSULoginPageLink -Text 'Google' -Url 'http://www.google.com'
New-PSULoginPageLink -Text 'Microsoft' -Url 'http://www.microsoft.com'
)
}
New-PSULoginPage @LoginPage