hermes - 💡(How to fix) Fix Add login path for existing users with owner/manager role toggle [1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
NousResearch/hermes-agent#19851Fetched 2026-05-05 06:04:45
View on GitHub
Comments
0
Participants
1
Timeline
4
Reactions
0
Participants
Timeline (top)
labeled ×3cross-referenced ×1
RAW_BUFFERClick to expand / collapse

At the top right corner of the main site, add "Existing Users" CTA that routes to /login. Currently only path is create new account.

Include owner/manager toggle on login page to set role context before dashboard.

This separates existing user journey from new account creation.

extent analysis

TL;DR

Add an "Existing Users" call-to-action (CTA) on the main site that routes to the login page and include an owner/manager toggle on the login page to set the role context.

Guidance

  • Identify the current HTML structure of the main site's top right corner and add the "Existing Users" CTA with a link to the /login path.
  • Modify the login page to include an owner/manager toggle, which sets the role context before redirecting to the dashboard.
  • Ensure the toggle's state is persisted and used to determine the role context for the user's session.
  • Verify that the new CTA and toggle do not introduce any accessibility issues or break existing functionality.

Notes

The implementation details may vary depending on the technology stack and frameworks used in the project.

Recommendation

Apply workaround: Add the "Existing Users" CTA and owner/manager toggle as described, to separate the existing user journey from new account creation and provide a clear path for existing users to log in.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

hermes - 💡(How to fix) Fix Add login path for existing users with owner/manager role toggle [1 participants]