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

(-)/usr/share/univention-web/js/umc/hooks/passwordreset.js.bak (-1 / +1 lines)
 Lines 79-85    Link Here 
79
	});
79
	});
80
80
81
	// add "Forgot password?" link to login page
81
	// add "Forgot password?" link to login page
82
	dialog.addLink('<a href="/univention/self-service/#page=passwordreset">' + entities.encode(_('Forgot your password?')) + '</a>');
82
	dialog.addLink('<a href="https://my.domain.de/univention/self-service/#page=passwordreset">' + entities.encode(_('Forgot your password?')) + '</a>');
83
83
84
});
84
});
85
85

Return to bug 50608