Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement guest login via SSH login #4

Open
3 of 5 tasks
TerrorBite opened this issue Apr 19, 2019 · 2 comments
Open
3 of 5 tasks

Implement guest login via SSH login #4

TerrorBite opened this issue Apr 19, 2019 · 2 comments
Assignees
Labels
missing feature This issue describes a feature on the roadmap which needs to be implemented to meet a milestone.

Comments

@TerrorBite
Copy link
Owner

TerrorBite commented Apr 19, 2019

When connecting via SSH, unknown users are given the choice to use a guest character. Currently this feature connects to the admin character instead of an actual guest character. Guest characters and connecting to them needs to be implemented.

Requirements

  • Implement Guest account
  • Have Guest character(s) in database
  • Use a Guest character when user logs in as Guest (instead of Admin)
  • Use Guest's entered character name for the Guest character
  • Create temporary new Guest character instead of using an existing one
@TerrorBite TerrorBite modified the milestones: v0.1, Future Apr 19, 2019
@TerrorBite TerrorBite added the missing feature This issue describes a feature on the roadmap which needs to be implemented to meet a milestone. label Apr 19, 2019
@TerrorBite
Copy link
Owner Author

This is MOSTLY working now. It still needs to make use of a guest character but the auth flow is complete.

@TerrorBite
Copy link
Owner Author

Guest login now correctly uses the guest character. However, it does not change the name of the guest character to the one that the user entered. This is the last requirement for this issue.

@TerrorBite TerrorBite self-assigned this Jun 27, 2021
@TerrorBite TerrorBite moved this to In Progress in Textgame Nov 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
missing feature This issue describes a feature on the roadmap which needs to be implemented to meet a milestone.
Projects
Status: In Progress
Development

No branches or pull requests

1 participant