billchen198318 / bamboobsc

next version move to https://github.com/billchen198318/hillfog, bambooBSC is an opensource Balanced Scorecard (BSC) Business Intelligence (BI) Web platform. BSC's Vision, Perspectives, Objectives of strategy, Key Performance Indicators (KPIs), Strategy Map, and SWOT, PDCA & PDCA report, Time Series Analysis.
Apache License 2.0
227 stars 109 forks source link

Configuration option to disable captcha on Login page. #5

Closed billchen198318 closed 8 years ago

billchen198318 commented 8 years ago

Configuration option to disable captcha on Login page. for user need.

billchen198318 commented 8 years ago

Configuration option to disable/enable captcha code on Login page

settings file: applicationContext/conf/applicationContext-appSettings.properties

enable config: base.loginCaptchaCodeEnable=Y

disable config: base.loginCaptchaCodeEnable=N

cp-code