View | Details | Raw Unified | Return to bug 50609
Collapse All | Expand All

(-)/usr/share/univention-management-console-login/dialog.js.bak (-1 / +1 lines)
 Lines 134-140    Link Here 
134
			} else {
134
			} else {
135
				helpText += _('The default user to manage the domain is %s which has the same initial password as the <i>root</i> account.', this._administratorLink());
135
				helpText += _('The default user to manage the domain is %s which has the same initial password as the <i>root</i> account.', this._administratorLink());
136
			}
136
			}
137
			return lang.replace('<a href="javascript:void(0);" title="{tooltip}">{text}</a>', {tooltip: entities.encode(helpText), text: entities.encode(_('How do I login?'))});
137
//			return lang.replace('<a href="javascript:void(0);" title="{tooltip}">{text}</a>', {tooltip: entities.encode(helpText), text: entities.encode(_('How do I login?'))});
138
		},
138
		},
139
139
140
		_administratorLink: function() {
140
		_administratorLink: function() {

Return to bug 50609