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

"Create a required super-user with sudo privileges" should allow me to go back #129

Closed
kpcyrd opened this issue Mar 29, 2021 · 4 comments
Closed

Comments

@kpcyrd
Copy link
Member

kpcyrd commented Mar 29, 2021

If I don't provide a root password I'm asked to create a user. If I change my mind because I don't want to create an user I can currently only exit the application and start over.

Tested with 2.1.3-1

@Torxed
Copy link
Member

Torxed commented Mar 30, 2021

This was partially a design choice, to avoid complex menu jumps back and fourth.
However the user-section would be a simple implementation to group up and create a "You did not create a super-user account" and then return to the root question, since they're so close to each other both code wise and logic wise.

@dylanmtaylor
Copy link
Contributor

what if we have an option to enter 'root' to specify a root password if the user didn't set one (during user creation)?

@Torxed
Copy link
Member

Torxed commented Apr 12, 2021

what if we have an option to enter 'root' to specify a root password if the user didn't set one (during user creation)?

Maybe we re-work the user creation loop into a single loop, with a menu + submenu (I love how this sounds like I'm talking about the future, but it's so 1990's).. Where the user gets three options:

 0: Set a root password
 1: Create a user
 2: Create a super-user

And we simply check if one of those are fullfilled?

@Torxed
Copy link
Member

Torxed commented Feb 9, 2022

This has been implemented in master :) thank you for the suggestion!

@Torxed Torxed closed this as completed Feb 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants