login questions

29 views
Skip to first unread message

molta

unread,
Apr 17, 2013, 9:50:21 PM4/17/13
to quicka...@googlegroups.com
How do I setup so that the user returns from the calling page on login.


How can I increase the time before I have to relogin?  Both for admin and user?

Christopher Castro

unread,
Apr 20, 2013, 8:07:07 AM4/20/13
to quicka...@googlegroups.com
How do I setup so that the user returns from the calling page on login.
- I dont get what you mean, sorry


How can I increase the time before I have to relogin?  Both for admin and user?

What you mean by "relogin" ? 

For change the values of "failed login blocking" feature:
In backoffice, go to "Configuration", under "User settings" change the values for:
"After [X] failed login attemps block visitor for [Y] minutes"


For change the Session.timeout check cakephp doc:
 



2013/4/18 molta <sms...@roadrunner.com>
How do I setup so that the user returns from the calling page on login.


How can I increase the time before I have to relogin?  Both for admin and user?

--
You received this message because you are subscribed to the Google Groups "QuickApps CMS" group.
To unsubscribe from this group and stop receiving emails from it, send an email to quickapps-cm...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 



--
Christopher Castro.
Analista Programador Senior PHP/MySQL
Pamplona, España
QuickApps.es
https://github.com/QuickAppsCMS/QuickApps-CMS

molta

unread,
Apr 20, 2013, 10:24:35 AM4/20/13
to quicka...@googlegroups.com, ch...@quickapps.es
I was talking about changing the Session timeout.  In looking how to change it, I found a few ways to change it that mentions a bug.  What I did was follow the directions in this blog post.
http://rsangeeta.wordpress.com/2012/10/16/cakephp-session-timeout-issue-resolved/  

I made the following changes to \Quickapps\Config\core.php

Configure::write(‘Session.save’, ‘cake’); 
Configure::write(‘Security.level’, ‘high’);
Configure::write(‘Session.timeout’,‘12220’);
 

Christopher Castro

unread,
Apr 20, 2013, 11:14:30 AM4/20/13
to quicka...@googlegroups.com
Check this:

this commit allows you to change session settings without hacking QACMS's core.
You must simply apply those changes to your site's core.php:

ROOT\Config\core.php

QACMS's core mods are not recommended

Regards!


2013/4/20 molta <sms...@roadrunner.com>

--
You received this message because you are subscribed to the Google Groups "QuickApps CMS" group.
To unsubscribe from this group and stop receiving emails from it, send an email to quickapps-cm...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

molta

unread,
Apr 20, 2013, 12:10:18 PM4/20/13
to quicka...@googlegroups.com, ch...@quickapps.es
After changing the session timeout this way, I started to get alot of duplicated content errors.

molta

unread,
Apr 20, 2013, 12:30:36 PM4/20/13
to quicka...@googlegroups.com, ch...@quickapps.es
I made the changes to core.php and then tried the 

Configure.write('Session.timeout', 4098);
but got a 500 error.  

The command should be.

Configure::write('Session.timeout', '4098');

Christopher Castro

unread,
Apr 20, 2013, 3:04:04 PM4/20/13
to quicka...@googlegroups.com
Damn...java syntax, sorry.
You are right, "::" instead of "."


2013/4/20 molta <sms...@roadrunner.com>
Reply all
Reply to author
Forward
0 new messages