indigo-dc / onedata

Indigo mirror of http://github.com/onedata/onedata
Apache License 2.0
1 stars 1 forks source link

rc9 change admin password #4

Closed aleita closed 7 years ago

aleita commented 7 years ago

Trying to change the default password using the web interface fails for the following reason:

but using the same password I successfully logged in in order to try to change it.

Ale

groundnuty commented 7 years ago

we'r looking into that...

aleita commented 7 years ago

just to say that changing the user password via REST API works fine

curl -v -Ssk -u admin:password -H "Content-type: application/json" -X PATCH -d '{"password": "new_password"}' https://onezone.cloud.ba.infn.it:9443/api/v3/onepanel/users/admin/

groundnuty commented 7 years ago

@aleita in progress in rc10

kliput commented 7 years ago

Fixed in development by @lopiola . The fix will be included in rc10.