Project

General

Profile

feature request #7025

Updated by Andreas Kohlbecker over 6 years ago

The tabs Register and PasswordRecovery need to be configurable, since not all projects will need or want to offer these functions. configurable.  

 The visibility of these tabs should be made configurable via the `~/.cdmLibrary/remote-webapp/{instance-name}/vaadin-apps.properties` file. 

 Suggested property names:  

 ~~~ 
 cdm-vaadin.component.LoginDialog.TabRegister=true 
 cdm-vaadin.component.LoginDialog.TabPasswordRecovery=true 
 ~~~

Back