MONROE-PROJECT / Scheduler

The MONROE scheduling server, and deployment daemon
https://www.monroe-project.eu/
0 stars 2 forks source link

create_user should not change user id on reset #1

Closed relet closed 6 years ago

relet commented 8 years ago

Expected: when issued the second time for the same ssl_id, create_user resets quotas and changes user name, maintaining the same user id. Bug: Currently, it also changes the user id.

relet commented 6 years ago

Added PUT request to change ssl_id, declaring this the expected API request to change ssl_id, leaving create_user to create a new user id with the same id.