Re: How kylin can log in without password

2019-12-11 Thread yuzhang
kylinSecurity.xml config the bean for spring security, simplify this file and remove the login web page in frontend webapp may help you | | yuzhang | | Email:shifengdefan...@163.com | 签名由网易邮箱大师定制 On 12/11/2019 22:26,yuzhang wrote: Hi Wang, Kylin use Spring Security as its authorization framework

Re: How kylin can log in without password

2019-12-11 Thread yuzhang
Hi Wang, Kylin use Spring Security as its authorization framework. Maybe modify the frontend webapp can satisfy your demand | | yuzhang | | Email:shifengdefan...@163.com | 签名由网易邮箱大师定制 On 12/11/2019 10:18,wangdongd...@bidcc.cn wrote: Dear developer, due to the demand problem, we need to do passwo

How kylin can log in without password

2019-12-10 Thread wangdongd...@bidcc.cn
Dear developer, due to the demand problem, we need to do password free login to use kylin system, but we have tried to modify it many times and found that it can't succeed. Therefore, I'd like to ask you how kylin can achieve password free login and what is the configuration? This is my modifie