Add 'Try it out' link to login page for new users#6608
Open
Add 'Try it out' link to login page for new users#6608
Conversation
Adds a tertiary button linking to https://flowfuse.com/get-started/ to help users without accounts who land on the login page. Addresses UX dead-end where users can't sign up directly.
2 tasks
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6608 +/- ##
=======================================
Coverage 76.66% 76.66%
=======================================
Files 398 398
Lines 20103 20103
Branches 4841 4841
=======================================
Hits 15411 15411
Misses 4692 4692
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Yndira-E
reviewed
Feb 2, 2026
| </ff-button> | ||
| <ff-button v-if="settings['user:signup']" kind="tertiary" to="/account/create" data-action="sign-up">Sign Up</ff-button> | ||
| <ff-button v-if="passwordRequired && settings['user:reset-password']" kind="tertiary" :to="{'name': 'ForgotPassword'}" data-action="forgot-password">Forgot your password?</ff-button> | ||
| <ff-button kind="tertiary" href="https://flowfuse.com/get-started/" data-action="get-started">Try it out</ff-button> |
Contributor
There was a problem hiding this comment.
Thanks for adding this! Just to clarify my earlier suggestion, I was thinking of “Start here” on the sign-in page with supporting copy.
New to FlowFuse?
Button: Start here
we’ll guide you through the next steps
On a standalone button, “Try it out” can read as immediate self-serve access, which might be a bit different from what users actually see after the click.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds a "Try it out" tertiary button to the login page that links to https://flowfuse.com/get-started/. This helps users without accounts who land on the login page find a path forward, addressing the UX dead-end created when self-signup was disabled.
Related Issue(s)
Addresses #6609
Related: FlowFuse/website#4010 (comment)
Checklist
flowforge.yml?FlowFuse/helmto update ConfigMap TemplateFlowFuse/CloudProjectto update values for Staging/ProductionLabels
area:migrationlabel