mirror of
https://github.com/qgis/QGIS.git
synced 2025-11-22 00:14:55 -05:00
[bugfix] Fixes WFS HTTP auth basic username/password
Fixes #15360 and #15597
This commit is contained in:
parent
b119744773
commit
c80e5d131d
@ -153,7 +153,7 @@ QgsDataSourceUri::QgsDataSourceUri( QString uri )
|
||||
{
|
||||
mAuthConfigId = pval;
|
||||
}
|
||||
else if ( pname == QLatin1String( "user" ) )
|
||||
else if ( pname == QLatin1String( "user" ) || pname == QLatin1String( "username" ) ) // Also accepts new WFS provider naming
|
||||
{
|
||||
mUsername = pval;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user