-
Notifications
You must be signed in to change notification settings - Fork 479
Added option to enable debugging in the login process #360
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
Conversation
…process - fixed typo in todo
Added debug_login option to show used credentials in the login process
Wow, what a PR streak! :) So I've thought about this for some time today. I feel like the flag should not be a value within the config file and only a CLI flag as it's used for debugging only and not for configuration. So the ideal case would be to move the I am actually not sure if that would work without problems whatsoever without having the compiler spitting out some errors. So I would rather try this one out at the weekend. That way I am wasting some time and not you if it doesn't work ;) |
I agree with you, that makes a lot more sense. Glad my effort was at least worth something. :) |
You can create as many commits as you like. I Squash them together before merging anyway :) People always underestimate contributions they make :) And there is no better way to learn a new language then trying out ;) |
Thanks for your effort Tobi! I think a move of the Debug might be a better option though. So I’ll close this one for now. |
This might be a potential fix for #355
I added the option called debug-login (you might want to rename this) which shows the given username, password and password command.
Rewrote some of the code and used a new function for this.
(This is a new pull request because I fucked up some things on the other one... it's possible that this will happen here as well... I'm sorry for that!)
Edit: After I fucked up again, you might need to tell me how to do it properly because at this point it's getting embarrassing...