SynBioHub / synbiohub3

Web application enabling users and software to browse, upload, and share synthetic biology designs. This repository is a redesign of the original SynBioHub using React and Spring Boot.
BSD 2-Clause "Simplified" License
11 stars 1 forks source link

No checkbox to allow public account creation on Users Admin page #706

Closed cjmyers closed 2 months ago

cjmyers commented 3 months ago

Need to add a checkbox to add the ability to allow public account creation

cjmyers commented 3 months ago

POST /admin/users

Parameter Description allowPublicSignup Flag indicating if public signup is allowed.

danielfang97 commented 2 months ago

Checkbox is working correctly. Tested.