A legacy license notice on the login screen is added to inform end users why not all features might be available or functional. It was deliberately designed to be:
- Non-intrusive and blend it with the page design to avoid distracting users or grabbing attention.
- Cleanly separated from the main login functionality to make it very easy to customize (or hidden).
- Have a single location for this message (not individual messages for each skin, each layout, etc.).
Having a single message in a single well-known location helps us avoid documenting and repeating the same message in every place where legacy code-base functionality is limited or differs from the modern DA.
This message can be completely removed by adding a single rule in
Customize Evolution Skin
->
Login Customization
->
Styles
tab:
Code:
.LegacyLicense {display: none !important;}
For a smooth DA experience we want the message to be visible to all the users (same as all the other informational texts in the UI). If server administrators disagree and want to hide this message it is entirely up to them. It is not our goal to make it hard or impossible (otherwise the implementation would be completely different).
We understand that the notice regarding limitations in our legacy products has caused concern. However, it is crucial for us to maintain transparency with all users (not just admins) who interact with our software daily. By clearly indicating the limitations of legacy licenses, we ensure that everybody is aware of the differences between these products and our more modern offerings. Without this transparency, less informed users (end-users) might assume such limitations are universal to DA instead of being caused by legacy licensing.