feat: admin secret URL parameter and custom admin path #133

Open
opened 2026-06-02 14:31:22 +00:00 by jmiller · 1 comment
Owner

Summary

Require secret to access /administrator.

Features

  • Secret URL parameter (?secret=value, 403 without)
  • Custom admin path rewrite
  • Trusted IP bypass
  • Redirect on failure (homepage or custom URL)
  • Rate limit after N failed guesses

Add to firewall plugin onAfterInitialise.

## Summary Require secret to access /administrator. ## Features - [ ] Secret URL parameter (?secret=value, 403 without) - [ ] Custom admin path rewrite - [ ] Trusted IP bypass - [ ] Redirect on failure (homepage or custom URL) - [ ] Rate limit after N failed guesses Add to firewall plugin onAfterInitialise.
jmiller added the joomlaphp labels 2026-06-02 14:31:22 +00:00
Author
Owner

Branch created: feature/133-feat-admin-secret-url-parameter-and-cust

git fetch origin
git checkout feature/133-feat-admin-secret-url-parameter-and-cust
Branch created: [`feature/133-feat-admin-secret-url-parameter-and-cust`](https://git.mokoconsulting.tech/MokoConsulting/MokoWaaS/src/branch/feature/133-feat-admin-secret-url-parameter-and-cust) ```bash git fetch origin git checkout feature/133-feat-admin-secret-url-parameter-and-cust ```
Sign in to join this conversation.
No labels joomla php
Priority Medium
Type Feature
Status
Priority
Type
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoSuite#133