undid Spence's change whereby he disabled single signon

This commit is contained in:
morse%netscape.com 1999-04-15 01:13:35 +00:00
Родитель 8a002d9b23
Коммит e285fd1c32
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -824,7 +824,7 @@ NET_AskForAuthString(MWContext *context,
NET_Progress(context, XP_GetString( XP_CONNECT_PLEASE_ENTER_PASSWORD_FOR_HOST) );
#if 0
#if 1
#if defined(SingleSignon)
/* prefill prompt with previous username/passwords if any
* this returns 1 if user pressed OK, or 0 if they Canceled
@ -3788,7 +3788,7 @@ NET_AskForProxyAuth(MWContext * context,
PR_snprintf(buf, len*sizeof(char), XP_GetString( XP_PROXY_AUTH_REQUIRED_FOR ), prev->realm, proxy_addr);
NET_Progress(context, XP_GetString( XP_CONNECT_PLEASE_ENTER_PASSWORD_FOR_PROXY ) );
#if 0
#if 1
#if defined(SingleSignon)
/* prefill prompt with previous username/passwords if any */
len = SI_PromptUsernameAndPassword