How to override default Liferay Login authentication?

前端 未结 3 1328
半阙折子戏
半阙折子戏 2021-01-07 08:38

I am using Liferay 6.1, and I want to override default Liferay Login authentication and want to set up my custom authentication.

Till now what I have done is, I have

3条回答
  •  梦谈多话
    2021-01-07 09:33

    Add the following property in portal-ext.properties and then restart the server

    auth.pipeline.enable.liferay.check=false
    

提交回复
热议问题