Actions
Task #6974
closedStory #6976: Use tokens with registry
Check auth token before Modify registry form is loaded
Start date:
03/07/2016
Due date:
% Done:
0%
Estimated time:
Description
Check for a valid auth token before presenting the modify form to the user. This will help prevent the user submitting the form with an expired session.
Updated by Lauren Walker over 8 years ago
- Status changed from New to Resolved
- translation missing: en.field_remaining_hours set to 0.0
The web UI will check that the token has not yet expired by calling echoCredentials() - diag/subject. The only other way to verify a user status is to check if they have logged out of the web UI in that particular window - in which case, no registry pages will be rendered anyway.
Actions