ocf / ocfweb

The main ocf website
https://www.ocf.berkeley.edu
Other
38 stars 90 forks source link

Fix warning for group account creation #756

Closed jyxzhang closed 2 years ago

jyxzhang commented 2 years ago

A common issue I've encountered in the lab is a user forgetting the password to their account. They might not know about resetting their password, and instead try to create a new account. Then, they accidentally make a group account. On the account creation page, there is supposed to be a warning that you are creating a group account Screenshot_2022-02-24_11-54-21 However, upon first loading the page, the warning does not show up. Screenshot_2022-02-24_11-54-03

Only after clicking on the drop-down and selecting a group does the warning show up. We should make it so anytime a group account is being created, the warning shows up.