要注册我的用户,我使用的是新的REST API。 我不得不禁用:
<EventListener type="org.wso2.carbon.user.core.listener.UserOperationEventListener" name="org.wso2.carbon.identity.mgt.IdentityMgtEventListener" orderId="50" enable="false"/>
现在我不再在数据库中设置上次登录时间了。 我读到要让它工作,我必须激活旧的监听器: Enable last login and last password modified timestamps
<EventListener type="org.wso2.carbon.user.core.listener.UserOperationEventListener" name="org.wso2.carbon.identity.mgt.IdentityMgtEventListener" orderId="50" enable="true"/>
有没有办法让它与新的rest API一起设置?
我可以将旧听众按顺序放在&gt;之后吗? 97?
答案 0 :(得分:0)
建议不要同时使用两个IdentityMgtEventListener。您可以启用“锁定空闲帐户”功能。然后它将设置上次登录时间。
感谢
Isura。