sonarqube5.1 - How do i Disable "Remember me on this Computer" checkbox from sonarqube -


i wanted disable checkbox sonarqube login page, says "remember me on computer"

there isn't built way configure it. however, can change default value removing "checked" html in ruby file under:

web-inf/app/views/sessions/_form.html.erb 

or can comment out checkbox/label entirely hide it. text file in sonar install directory editable.

note: location in sonar 5. since internal file, move around. can rgrep find if on different version.


Comments

Popular posts from this blog

jOOQ update returning clause with Oracle -

java - Warning equals/hashCode on @Data annotation lombok with inheritance -

java - BasicPathUsageException: Cannot join to attribute of basic type -