Check password save
Opened this issue · 7 comments
jbonnet commented
It is not working when PUT http://sp.int3.sonata-nfv.eu:32001/api/v2/users?username=<username>
is used
dang03 commented
Hi @jbonnet
If you are trying to update the user's password, the PUT method to /api/v2/users?
won't do it. It was only intended to update users private and public key. However if this functionality is needed, I can implement it (it requires adding a new case in the code).
dang03 commented
Ok, there I go!
dang03 commented
@jbonnet How is the body of the message you send to the endpoint?
Is the full user registration message (including a new password) or it only has the new password key: value?
Thanks
dang03 commented
Solved.
The 'username' and its 'id' number can't be modified/updated.
jbonnet commented
+1, @dang03
@pkarkazis @mzacharioudakis can you please retest this?