[obs-commits] [openSUSE/osc] 8990e9: Improve password handling
Branch: refs/heads/pw_redesign Home: https://github.com/openSUSE/osc Commit: 8990e9017872a648e79a60276799b4c904c15b67 https://github.com/openSUSE/osc/commit/8990e9017872a648e79a60276799b4c904c15... Author: lethliel <mstrigl@suse.com> Date: 2019-08-29 (Thu, 29 Aug 2019) Changed paths: M osc/commandline.py M osc/conf.py M osc/oscerr.py Log Message: ----------- Improve password handling * Adapt do_config to use the new credentials manager implementation and add a --change-password option which can be used to change the password. * Adapt config_set_option to follow the change in do_config. * Split selection of the credentials manager descriptor to reuse it in do_config and interactive_config_setup. * Introduce new ConfigMissingCredentialsError which is raised in case of missing credentials (user or password). In this case the user will be asked to enter the new credentials. Commit: 2021a472eaa2431af157a972c715a9bf95e2ee9b https://github.com/openSUSE/osc/commit/2021a472eaa2431af157a972c715a9bf95e2e... Author: lethliel <mstrigl@suse.com> Date: 2019-08-29 (Thu, 29 Aug 2019) Changed paths: M osc/conf.py Log Message: ----------- Refactor user extraction Implement _extract_user_compat() for gnomekeyring special case. Compare: https://github.com/openSUSE/osc/compare/5f3fd3368f2a...2021a472eaa2
participants (1)
-
Marco Strigl