singularityhub / sregistry

server for storage and management of singularity images
https://singularityhub.github.io/sregistry
Mozilla Public License 2.0
103 stars 42 forks source link

enforce lowercase of username when created #332

Closed vsoch closed 3 years ago

vsoch commented 3 years ago

This is a test PR to enforce lowercase of a new username, and we do this because the scs library client now requires it: https://github.com/sylabs/scs-library-client/blob/31250b63795e4a20afd8f4f00b2ad3b34ec188e0/client/util.go#L28 Signed-off-by: vsoch vsochat@stanford.edu

vsoch commented 3 years ago

I have to merge and release this blindly, as the user that requested the change doesn't seem to want to help.