Ignore:
Timestamp:
Sep 28, 2009, 10:01:43 AM (15 years ago)
Author:
gav
Message:

Install Navigation plugin, work on navigation and hopefully fixed a few more IE vs Firefox CSS issues.
New skin for class-diagram plugin.
Adjust security config to suite.
Replace home.gsp with start.gsp, remove options.gsp and acknowledgements.gsp as they are now on start.gsp tabs.
Create search pages for Tasks, Assets and Inventory.
Change suggested login to manager.
Change all date formats to format="EEE, dd-MMM-yyyy".

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/domain/Person.groovy

    r127 r139  
    1515
    1616    /* Set after login by 'welcome' action, default to 12 hours, aka "sess.setMaxInactiveInterval(seconds) */
    17     Integer sessionTimeout = 720
     17    Integer sessionTimeout = 43200
    1818
    1919        /** MD5 Password */
     
    4545        //So we need to use pass for validation then encode it for above.
    4646        pass(blank: false, minSize:4)
    47         sessionTimeout(min:60, max:720)
     47        sessionTimeout(min:60, max:43200)
    4848
    4949        }
Note: See TracChangeset for help on using the changeset viewer.