Custom Login Screen
A guide to customizing the login screen in FlowAgent.
When to Use
Use this page when you want to change the appearance or messaging of your site's login screen.
How It Works
- The login screen is configured in the
loginobject in your site settings. - You can set the title, text, background color, and text color.
Usage Example (JSON)
{
"login": {
"title": "My custom login screen",
"text": "Welcome to my custom login screen",
"bgColor": "#6060FF",
"textColor": "#FFFFFF"
}
}
Tips
- Use colors that match your brand.
- Keep the welcome text short and clear.
Related Links
For more on site appearance, see the General Site Settings documentation.