Notes |
|
|
On login, you will see:
An Error Was Encountered
The action you have requested is not allowed. |
|
|
|
Not sure how to get around this...
Since it will stop users at the login page, perhaps send Unix timestamp of server to compare in javascript with desktop's timestamp and display warning if server is older by two hours or more. |
|
|
|
To solve this issue, correct the internal clock time on your server (or desktop). In ClearOS, run:
timesync
To connect to remote NTP servers to update clock. |
|
|
|
Source Code Changelog
---------------------------------------------------
- Override security class to make CSRF token session based [fixed tracker 0001224]
File Changes
---------------------------------------------------
Details: http://code.clearfoundation.com/svn/revision.php?repname=ClearOS&rev=6226 [^]
U webconfig/framework/trunk/application/config/config.php
A webconfig/framework/trunk/application/core/MY_Security.php
|
|