Project

General

Profile

Bug #8074

Updated by Greg Shah over 2 years ago

The flows of auto-login and forking a new session in web bypass the login screen, thus a preferred UI theme can't be selected by the end user. On first login the theme can be stored in @localStorage@ and retrieved directly by the client. The selected theme should still be validated against the list of declared themes in directory. When no theme is present in @localStorage@, the default theme should be used.

Back