Closed josemvidal closed 1 year ago
Regarding the tool tip for adding an organization, I believe it is popping up due to you entering that value before for that textbox. For that specific text box there is no dropdown programmed into it with the idea that the user knows the organizations password. Referring to #358, the are only 3 organizations currently and only django superusers can currently create the organizations.
Since this textbox is asking for a secret key, it should be a password field.
No tooltips on password fields.
Use a select https://developer.mozilla.org/en-US/docs/Web/HTML/Element/select
Also, if user enters a new value, does it create a new organization? If not, do not let user enter text.
It should be like this (but, with data):