SCCapstone / Delta

A file transfer system for researchers to upload and share data sets with other researchers.
0 stars 0 forks source link

No tooltips on password fields #357

Closed josemvidal closed 1 year ago

josemvidal commented 1 year ago

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.

image

It should be like this (but, with data):

image
nchithan commented 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.

josemvidal commented 1 year ago

Since this textbox is asking for a secret key, it should be a password field.

No tooltips on password fields.