From 560a12f0bd6347a335f8ed5201d6d9562d03d4bc Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sat, 3 May 2014 22:24:03 -0400 Subject: Add Google authentication --- models/last_login.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'models/last_login.php') diff --git a/models/last_login.php b/models/last_login.php index 96cc6108..a991ee30 100644 --- a/models/last_login.php +++ b/models/last_login.php @@ -24,7 +24,7 @@ class LastLogin extends Base * * @var integer */ - const NB_LOGINS = 15; + const NB_LOGINS = 10; /** * Authentication methods -- cgit v1.2.3