Page 1 of 1
Automatic Login
PostPosted:Sat Nov 24, 2012 12:37 pm
by tifanszbc
Hello,
I use OpenKM usually. I wonder, is there a function to atuomatic login by next time with the same account, that can directly go into //OpenKM/frontend/index.jsp? if not, how can I realize it, could you have any suggest~
thanks!
Re: Automatic Login
PostPosted:Mon Nov 26, 2012 7:38 pm
by jllort
Save user and password in your browser. More complex login can be done with CAS ( centralized authentication service ) configuration but sincerally too much complex for 10 seconds typewriting. And with cas you need be authenticated with other application.
Re: Automatic Login
PostPosted:Wed Nov 28, 2012 12:45 pm
by pavila
SpringSecurity has a "remember me" feature. I will see how to implement with OpenKM.
Re: Automatic Login
PostPosted:Wed Nov 28, 2012 5:31 pm
by tifanszbc
super, that is what I really need to know!!!
Thanks for suggest~
Re: Automatic Login
PostPosted:Fri Nov 30, 2012 10:09 am
by pavila
I have done a quick test and didn't worked for me. Please, share your modifications if implement this feature and will be include the next OpenKM release.
Re: Automatic Login
PostPosted:Sat Dec 15, 2012 11:23 am
by tifanszbc
I see the function by 6.2.1, you have successfully realized it. Thanks~ But after I tried a experiment to use it, i got a problem... I mentioned
http://forum.openkm.com/viewtopic.php?f ... 845#p19845
Re: Automatic Login
PostPosted:Wed Dec 19, 2012 3:43 pm
by pavila
The referred post talk about automatic password recovery or modify okmAdmin password from administration?