Logo white

Peter M. Groen / knowledgetree

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Commits 9,762
  • Compare
  • Branches 2
  • Tags 28
  • knowledgetree
  • login.php
06 Apr, 2006
2 commits
  • Pass the redirect around on errors. ...
    74142a07
    Do the cookie test in a separate action, which is redirected to after
    login.  This has the advantage of not causing problems when you open on
    login window, then another, and then log in with the first login window
    (since the cookie set by the second login window overwrote it).
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5212 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-04-06 20:58:27 +0000  
    Browse File »
  • KTS-729: Change language even if login fails. ...
    fd6892b2
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5203 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-04-06 12:45:51 +0000  
    Browse File »

05 Apr, 2006
2 commits
  • final login change. ...
    05663c5d
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5189 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2006-04-05 13:34:01 +0000  
    Browse File »
  • Add the ability to force users to change their password every couple of ...
    c313301b
    days, or to force a user to change their password when they next login.
    
    (This only happens for the built-in authentication provider.)
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5178 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-04-05 11:39:40 +0000  
    Browse File »

29 Mar, 2006
1 commit
  • Rework the login/session verification code to make it easier to ...
    28e92877
    understand, and to make it more dynamic in terms of error conditions
    later on.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5175 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-29 14:30:51 +0000  
    Browse File »

27 Mar, 2006
2 commits
  • Change from gettext's _ to internal i18n infrastructure's _kt ...
    e299449f
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5147 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-27 13:18:58 +0000  
    Browse File »
  • Allow for language to be chosen on login, setting a cookie that will be ...
    e5663daa
    used from then on.  Language names are registered by a plugin.
    
    Allow for plugins to be ordered, so that language plugins can set
    themselves up early on, so that later plugins can translate text to the
    language.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5142 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-27 10:50:22 +0000  
    Browse File »

02 Mar, 2006
1 commit
  • - utf-8 on login page ...
    7997a4c0
    - permissions allocation needs better validation.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5035 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2006-03-02 08:42:15 +0000  
    Browse File »

28 Feb, 2006
1 commit
  • Correct the copyright blocks. ...
    2c72820f
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5026 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2006-02-28 16:51:11 +0000  
    Browse File »

23 Feb, 2006
1 commit
  • fix for KTTemplating using Singleton, not direct access (from NBM) ...
    7cca4c7c
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4997 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2006-02-23 15:02:49 +0000  
    Browse File »

13 Jan, 2006
1 commit
  • system version number is now shown on the login screen. ...
    56095b65
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4589 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2006-01-13 11:05:31 +0000  
    Browse File »

22 Dec, 2005
1 commit
  • Move login.php from presentation/ to / ...
    b1cd5f3e
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4517 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-22 09:04:19 +0000  
    Browse File »

20 Jan, 2003
2 commits
  • moved to presentation/ ...
    bc3ec939
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@402 c91229c3-7414-0410-bfa2-8a42b809f60b
    Michael Joseph authored
    2003-01-20 15:31:10 +0000  
    Browse Dir »
  • updated phpdocs ...
    197ce062
    - @author
    - @package
    - @params
    - GPL
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@365 c91229c3-7414-0410-bfa2-8a42b809f60b
    Michael Joseph authored
    2003-01-20 08:45:48 +0000  
    Browse File »

17 Jan, 2003
1 commit
  • updated with session handling changes ...
    c5a234a9
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@311 c91229c3-7414-0410-bfa2-8a42b809f60b
    Michael Joseph authored
    2003-01-17 11:06:34 +0000  
    Browse File »

16 Jan, 2003
1 commit
  • fixed mailto in phpdoc header comments and removed duplicate requires ...
    ae3fd3d7
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@262 c91229c3-7414-0410-bfa2-8a42b809f60b
    Michael Joseph authored
    2003-01-16 10:49:44 +0000  
    Browse File »

15 Jan, 2003
2 commits
  • passing userDetails array to Session::create instead of adding the array to the session afterwards ...
    a1d14e65
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@225 c91229c3-7414-0410-bfa2-8a42b809f60b
    Michael Joseph authored
    2003-01-15 15:23:31 +0000  
    Browse File »
  • added debug logging ...
    c50e8734
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@196 c91229c3-7414-0410-bfa2-8a42b809f60b
    Michael Joseph authored
    2003-01-15 09:05:40 +0000  
    Browse File »

14 Jan, 2003
1 commit
  • changed includes to use new defaults ...
    de68c4c6
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@167 c91229c3-7414-0410-bfa2-8a42b809f60b
    Michael Joseph authored
    2003-01-14 13:12:44 +0000  
    Browse File »

13 Jan, 2003
1 commit
  • fixed login and error handling ...
    12d1557e
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@143 c91229c3-7414-0410-bfa2-8a42b809f60b
    Michael Joseph authored
    2003-01-13 11:49:57 +0000  
    Browse File »

10 Jan, 2003
2 commits
  • almost done with authentication ...
    6c4d9c9e
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@128 c91229c3-7414-0410-bfa2-8a42b809f60b
    Michael Joseph authored
    2003-01-10 16:59:19 +0000  
    Browse File »
  • refactored controller url generation and redirection ...
    4158112d
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@103 c91229c3-7414-0410-bfa2-8a42b809f60b
    Michael Joseph authored
    2003-01-10 08:53:32 +0000  
    Browse File »

09 Jan, 2003
1 commit
  • add user details to the session after successful authentication ...
    2a6306fa
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@88 c91229c3-7414-0410-bfa2-8a42b809f60b
    Michael Joseph authored
    2003-01-09 13:25:40 +0000  
    Browse File »

08 Jan, 2003
1 commit
  • updating page header ...
    82d02e4b
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@63 c91229c3-7414-0410-bfa2-8a42b809f60b
    Michael Joseph authored
    2003-01-08 08:57:26 +0000  
    Browse File »

07 Jan, 2003
1 commit
  • login works with db authentication ...
    90a21ff6
    ldap auth and redirecting outstanding
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@52 c91229c3-7414-0410-bfa2-8a42b809f60b
    Michael Joseph authored
    2003-01-07 13:12:25 +0000  
    Browse File »

20 Dec, 2002
2 commits
  • end of year commit ...
    b5253943
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@44 c91229c3-7414-0410-bfa2-8a42b809f60b
    Michael Joseph authored
    2002-12-20 15:24:46 +0000  
    Browse File »
  • initial revisions of new authentication and controller implementation ...
    afc703b0
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@38 c91229c3-7414-0410-bfa2-8a42b809f60b
    Michael Joseph authored
    2002-12-20 11:32:21 +0000  
    Browse File »