publik: adapt to change in authentic user api endpoint url (#7769)

This commit is contained in:
Frédéric Péters 2015-07-16 09:59:22 +02:00
parent b98bedebec
commit b10e335016
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ $(function() {
/* if there is several wcs instances, we ask authentic for details on the
* user, to get the services where the user has some roles
*/
$.ajax({url: authentic_url + 'user_info/',
$.ajax({url: authentic_url + 'api/user/',
xhrFields: { withCredentials: true },
async: true,
dataType: 'jsonp',