Bug 39284 - app upgrade: password not returned
app upgrade: password not returned
Status: RESOLVED WORKSFORME
Product: UCS
Classification: Unclassified
Component: UMC - App-Center
UCS 4.0
Other Linux
: P5 normal (vote)
: UCS 4.0-x
Assigned To: UMC maintainers
:
Depends on: 38697
Blocks: 30417 33144
  Show dependency treegraph
 
Reported: 2015-08-28 15:16 CEST by Philipp Hahn
Modified: 2016-03-22 12:40 CET (History)
9 users (show)

See Also:
What kind of report is it?: ---
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philipp Hahn univentionstaff 2015-08-28 15:16:32 CEST
management/univention-management-console-module-appcenter/python/appcenter/actions/install.py

$ di ../../management/univention-management-console-module-appcenter/python/appcenter/actions/install.py
diff --git a/branches/ucs-4.0/ucs-4.0-3/management/univention-management-console-module-appcenter/python/appcenter/actions/install.py b/branches/ucs-4.0/ucs-4.0-3/management/univention-management-console-module-appcenter/python/appcenter/actions/install.py
index cbef0ef..b70f57e 100644
--- a/branches/ucs-4.0/ucs-4.0-3/management/univention-management-console-module-appcenter/python/appcenter/actions/install.py
+++ b/branches/ucs-4.0/ucs-4.0-3/management/univention-management-console-module-appcenter/python/appcenter/actions/install.py
@@ -83,6 +83,7 @@ class Install(UniventionAppAction):
                if not args.noninteractive:
                        password = getpass('Password for %s: ' % username)
                        self._password = password
+                       return password
 
        def _send_as_function(self):
                return 'install'


+++ This bug was initially created as a clone of Bug #38697 +++
Comment 1 Dirk Wiesenthal univentionstaff 2016-03-22 12:40:27 CET
Is fixed in UCS 4.0 and UCS 4.1