partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 690204fbff1ee35e4943cb8ff8eb848b5bef90e3
parent dda400791af082c710f02101c71ff89fb2a66de3
Author: Felicitus <felicitus@felicitus.org>
Date:   Sun, 18 Aug 2013 13:39:54 +0200

Display username when external http auth is enabled, fixes #326

Diffstat:
Msrc/frontend/js/PartKeepr.js | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/frontend/js/PartKeepr.js b/src/frontend/js/PartKeepr.js @@ -22,6 +22,7 @@ Ext.application({ if (window.parameters.auto_start_session) { this.getSessionManager().setSession(window.parameters.auto_start_session); this.getStatusbar().connectionButton.hide(); + this.setUsername(window.parameters.autoLoginUsername); this.onLogin(); } else { // If auto login is wanted (for e.g. demo systems), put it in here