cosmicds / cds-api

API for accessing the CosmicDS database
GNU General Public License v3.0
0 stars 3 forks source link

Use correct username when creating a student #128

Closed Carifio24 closed 2 months ago

Carifio24 commented 2 months ago

Thanks to @nmearl for noticing that we were using the wrong username when creating a student - we're using the global database username rather than the username that's passed in. Since username is defined when logging the server into the actual DB instance, this didn't show up as an error.