|
|
|
Re: Incorrect URL in new account confirmation message |
Wed, 06 May 2020 10:57 |
|
For now, just add the "/" in the message file and recompile your theme.
PS: You should not have a directory called "FUDforum/thm/path_info_seo/i18n". Messages in this directory will "override" the messages in the DEFAULT theme, and will only make sense if you use a custom theme with custom messages.
|
|
Incorrect URL in new account confirmation message |
Wed, 06 May 2020 02:19 |
|
Hi, I've just upgraded to the version 3.1.0 and I have new account registration confirmation enabled.
Now when I get new registration email, the administrator URL appears incorrect.
New (incorrect) URL:
https://forum.org/index.phpadm/admuserapr.php
Old (correct) URL:
https://forum.org/adm/admuserapr.php
I'm using path_info_seo theme.
I've grepped the following lines in msg files:
FUDforum/thm/default/i18n/en/msg:register_admin_newuser_msg:A new user ({VAR: uent->login}) has just registered, and since account confirmation is enabled, their account will not become active until it is confirmed by you or another forum administrator. To review the account please go to: {FULL_ROOT}adm/admuserapr.php\n\nThis is an automated process. Do not reply to this message.\nIf you want to turn off future e-mail notifications of new user registrations, you can do so via the Admin Control Panel. Change the "New Account Notification" setting.
FUDforum/thm/path_info_seo/i18n/en/msg:register_admin_newuser_msg:A new user ({VAR: uent->login}) has just registered, and since account confirmation is enabled, their account will not become active until it is confirmed by you or another forum administrator. To review the account please go to: {FULL_ROOT}adm/admuserapr.php\n\nThis is an automated process. Do not reply to this message.\nIf you want to turn off future e-mail notifications of new user registrations, you can do so via the Admin Control Panel. Change the "New Account Notification" setting.
It seems {FULL_ROOT}adm/admuserapr.php is not good here.
Please fix
|
|