Support

Admin Tools

#36533 No {RESCUE_TRIGGER_URL}

Posted in ‘Admin Tools for Joomla! 4 & 5’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Environment Information

Joomla! version
n/a
PHP version
n/a
Admin Tools version
n/a

Latest post by dpollez on Tuesday, 01 February 2022 03:44 CST

dpollez

Hi akeeba

Second problem with akeeba in one day with my first Joomla 4 site, not really fun but possibly my fault.

After three wrong admin login attempts blocked, message didn't mention correct URL but:

"please visit {RESCUE_TRIGGER_URL}[email protected] where [email protected]"

Replacing {RESCUE_TRIGGER_URL} with real URL didn't work right away and apparently "old" method with "main.php" doesn't exist anymore either.

Fortunately, via VPN different IP address and still be able to continue working.

What went wrong?

Setting the default blocking to 3x seems too strict to me, during configuration and with 2FA you quickly make mistakes.

And no longer having the option to unblock you via FTP (if I remember correctly), I don't see any improvement either.

Anyway, I have to get used to it or maybe just switch it off. Sorry to bother you but after a day of work this is really annoying.

But otherwise very satisfied with your tools!

Greetings

Didier

nicholas
Akeeba Staff
Manager

Please edit the file plugins/system/adminstools/src/Utility/RescueUrl.php and make the following change around line 216. Replace this:

	public static function processRescueInfoInMessage($message, $email = '[email protected]')
	{

with that

	public static function processRescueInfoInMessage($message, $email = '[email protected]')
	{
		$message = str_ireplace(['{RESCUEINFO}','{RESCUE_TRIGGER_URL}'], [
			'[RESCUEINFO]','[RESCUE_TRIGGER_URL]'
		], $message);

You will now receive the correct instructions in your email. This change will be included in Admin Tools 7.1.0.

Nicholas K. Dionysopoulos

Lead Developer and Director

🇬🇷Greek: native 🇬🇧English: excellent 🇫🇷French: basic • 🕐 My time zone is Europe / Athens
Please keep in mind my timezone and cultural differences when reading my replies. Thank you!

dpollez

Done, thanks Nicholas! 

Didier. 

 

Support Information

Working hours: We are open Monday to Friday, 9am to 7pm Cyprus timezone (EET / EEST). Support is provided by the same developers writing the software, all of which live in Europe. You can still file tickets outside of our working hours, but we cannot respond to them until we're back at the office.

Support policy: We would like to kindly inform you that when using our support you have already agreed to the Support Policy which is part of our Terms of Service. Thank you for your understanding and for helping us help you!