#2417 - Bypass submission blocking for admin
| Identifier | #2417 |
|---|---|
| Issue type | Feature request or suggestion |
| Title | Bypass submission blocking for admin |
| Status | Completed |
| Tags |
Good for training (custom) |
| Handling member | Chris Graham |
| Addon | core_configuration |
| Description | Would be helpful if this was off for admins and/or staff. I have 2 bands called Arise I wanted to add to a catalogue, the second one got blocked. As an admin, I shouldn't have to wait 4 minutes to do anything. |
| Steps to reproduce | |
| Funded? | No |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".


Comments
(Click to enlarge)
I think the time limit could be configurable, there could be a privilege for bypassing a forced wait, and if that privilege is there it could be a click-through screen.
OR instead of a time limit/wait...
We could throw out the time limit and use the CSRF tokens instead. If something with a shared title and CSRF token was already submitted, we could use that as the qualifier.
(We don't delete CSRF tokens upon posting btw, as that's super annoying, so CSRF tokens don't *automatically* prevent double submissions. It annoys me in MantisBT [here], you can't use the back button properly. We do expire them though.).
I think just having a proceed button is fine. It's not a security feature, as if someone wanted to flood a site they could write a bot to do it anyway - so the separate flood control settings are where you deal with this scenario.
So, now a proceed button is implemented, works well.