Opened 3 years ago
Closed 3 years ago
#2096 closed Defect (duplicate)
can't register actions without action_gatekeeper()
| Reported by: | ewinslow | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Elgg 1.8.0 |
| Component: | Core | Version: | 1.7 |
| Severity: | minor | Keywords: | |
| Cc: | brettp, ewinslow | Difficulty: |
Description
There are some (rare) cases where actions don't need action_gatekeeper() calls. For example, login scripts don't need to check for security tokens. It would be nice to still be able to use the action handler without having action_gatekeeper being called.
This would most likely come in the form of an extra parameter to register_action.
Change History (1)
comment:1 Changed 3 years ago by brettp
- Resolution set to duplicate
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

Duplicate of #1509