-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add Autologin #152
Comments
At the moment, this is not possible. This would require some tweaking and PAM configuration, but is not impossible. How would you imagine this working? Option 1Lemurs opens to a screen without login fields, only the environment switcher is visible. After you select the environment it starts that environment. Option 2Lemurs starts the environment automatically. The environment is selected either by the last opened environment or by some explicit configuration open. |
Any updates on this? It would be a really awesome feature! |
I have a rough idea in my head of how to implement this, but I am currently working on other things. I might revisit this issue somewhere in the future, though. |
How would it possible to switch users in that case? Let's say system has two users for one of which we want automatic login. One solution I can think of is to have a list of users which are marked for autologin and for them password field is not shown. Whenever system gets to the login page, if selected username is marked for autologin, start a timeout after which user loads without password(or if enter is pressed). If one attempts to change selected username, password field would be shown instead. Though I am not sure if many people would want autologin with an option to switch users other than me 😄 |
I am guessing there will be a configuration option with 3 possibilities:
This is how I would envision it working. Again, I don't really have much time to work on this at the moment, but I might revisit this somewhere in the future. If someone feels like working on this, feel free to do so. |
Lean on opt 2 more. Users should create their config to confirm that they genuinely want to enable autologin. |
Im looking for a login greeter that supports autologin in this way:
|
Is it possible to set up lemurs to autologin?
The text was updated successfully, but these errors were encountered: