Remove Organization box from web client login.
When logging into the web client a user is prompted for organization, user name and password. Please remove the organization name or allow for a default organization. The users constantly try to put an organization into the box and it fails to login.

Thank you for your contribution.
Your idea is available with version 7.
-
Gustavo commented
Hi, If there are more than 1 organizations in your DocuWare system, the organization is mandatory for the login,
If there is only 1 organization then you can hide organization box and label changing de custom.css file in ...\DocuWare\Web\Platform\Content\branding\ and add#Organization{
display:none;
}
[for="Organization:"]
{
display:none;
}