| | |
| | | query[0]: |
| | | sql: SELECT PASSWORD as psw FROM MAGBG.ORG_USER WHERE LOGINNAME=? |
| | | healthQuery: SELECT 1 FROM MAGBG.ORG_USER |
| | | url: jdbc:postgresql://127.0.0.1:5432/langfang |
| | | url: jdbc:postgresql://192.168.20.106:5432/langfang |
| | | user: postgres |
| | | password: postgres |
| | | |
| | |
| | | #不要噪点 |
| | | # noise: |
| | | # impl: com.google.code.kaptcha.impl.NoNoise |
| | | image: |
| | | width: 140 |
| | | height: 42 |
| | | textproducer: |
| | | font: |
| | | size: 25 |
| | | color: black |
| | | char: |
| | | length: 5 |
| | | space: 5 |
| | | image: |
| | | width: 140 |
| | | height: 42 |
| | | textproducer: |
| | | font: |
| | | size: 25 |
| | | color: black |
| | | char: |
| | | length: 5 |
| | | space: 5 |
| | | #和登录框背景颜色一致 |
| | | # background: |
| | | # clear: |
| | |
| | | |
| | | landtool: |
| | | single: |
| | | showWarnMessage: false |
| | | showWarnMessage: false |
| | | kickOut: false # 是否踢出上次未退出的登录 |
| | | ignoreSameIp: true #是否忽略相同IP下的登录 |
| | | log: |
| | |
| | | admissionQueryUrl: http://192.168.20.106:8081/api/sys/systeminfo/isAdmitSysByUserid |
| | | |
| | | ojdbc: |
| | | jdbcUrl: jdbc:postgresql://127.0.0.1:5432/langfang |
| | | jdbcUrl: jdbc:postgresql://192.168.20.106:5432/langfang |
| | | username: postgres |
| | | password: postgres |
| | | updatesql: UPDATE MAGBG.ORG_USER SET PASSWORD='%s', ISFIRSTLOGIN=1 WHERE LOGINNAME='%s' |