Closed daleighan closed 4 years ago
For this, there should be a new page for organization-specific sign-on. There should also be a place for them to upload their logo in such a way that it goes onto that page.
alter table organizations add column logo_id varchar(255) default null after name;
Implemented in #1587
For this, there should be a new page for organization-specific sign-on. There should also be a place for them to upload their logo in such a way that it goes onto that page.