Commit 8df58e5c authored by Antoine Cellerier's avatar Antoine Cellerier

Change the http password request message.

parent d9ae9e50
......@@ -288,7 +288,7 @@ connect:
int i_ret;
msg_Dbg( p_access, "Authentication failed" );
i_ret = intf_UserLoginPassword( p_access, "HTTP authentication",
"Authentication failed", &psz_login, &psz_password );
"Please enter a valid login and password.", &psz_login, &psz_password );
if( i_ret == DIALOG_OK_YES )
{
msg_Dbg( p_access, "retrying with user=%s, pwd=%s",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment