Is the Prestashop type approach with a randomly generated and editable administrative directory possible and will it ever be made in Joomla?
10 years since my first look into J!1.5 and ... still nothing. Same with wp-admin...
This is insane guys? Any news about that?
Labels |
Added:
?
|
Title |
|
Labels |
Added:
J4 Issue
|
This would not provide any additional security at all.
@brianteeman come on... and how about Brute Force?
@PrestaShark prevented by htaccess or by very many free plugins for joomla
That should be core feature for years ;)
Thanks team for consider that Milestone change in Joomla world!!!
@C-Lodder there are also uses in the core where the admin path is explicit for example in the xml
joomla-cms/administrator/components/com_contact/config.xml
Lines 4 to 8 in 16eb98e
and not forgetting all the extensions
@brianteeman ah yes, forgot about the XML files
That should be core feature for years ;)
It could have been but it is not because it has no benefit
I’ve spelled it out on here a number of times in the past, but it is just
too heavily involved to make it easy to change any part of the core file
structure for the sake of security by obscurity. You’re better off with
web server level directives to restrict access than hoping changing a
folder name keeps you “safe”.
On Wed, Aug 28, 2019 at 6:34 AM Brian Teeman notifications@github.com
wrote:
That should be core feature for years ;)
It could have been but it is not because it has no benefit—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/joomla/joomla-cms/issues/26055?email_source=notifications&email_token=AACZ7IKRRNAEERO5YYYVVIDQGZPCVA5CNFSM4IRASQJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD5KZZTQ#issuecomment-525704398,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AACZ7IKM3TQJPJ3IFPT3TQTQGZPCVANCNFSM4IRASQJQ
.
--
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-08-28 13:01:27 |
Closed_By | ⇒ | Quy |
Closing for reasons stated.
Rename
administrator
directory toxxx
Add:
Same change needed for the
ROOT/includes/defines.php
@mbabker Very basic example which seems to work for me. Would there be more to it than this?