-
Notifications
You must be signed in to change notification settings - Fork 19
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
Add config option to skip selecting user/session #81
base: main
Are you sure you want to change the base?
Conversation
- Resolves #33. - The ReGreet cache is more of a state, especially with the skipping selection option. - NOTE: This does break backwards-compat.
945672c
to
c55bfbc
Compare
Hey, |
Unfortunately, this is blocked on me figuring out a way to handle the case when the user doesn't have a password set. Right now, the user is automatically logged into their last session, and there would be no way for them to change their session (unless they change the config to disable this feature). You can check the discussion on the issue page: #57. |
Just a question but why would a user not have a password set? |
Have you thought about letting this set the user in the config.toml? Something like |
Who knows why? It's part of the spec, so I have to handle it.
I'm not sure what you mean by this. |
I mean the PR already kind of does this, let the user set it in config or remember after first login if you want to show the password field immediately or not. You don't need to derive it from some command or something where you need extra privileges |
Resolves #57 and resolves #33.