Moodle

Change email confirmation link not sent in other language (Turkish etc.) except English

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Won't Fix
  • Affects Version/s: 1.9.5
  • Fix Version/s: None
  • Component/s: Authentication
  • Labels:
    None
  • Environment:
    Linux - Ubuntu Server - PHP 5.2.4
  • Difficulty:
    Difficult
  • Affected Branches:
    MOODLE_19_STABLE

Description

We used IMAP authentication. Users have to confirm their email addresses. Confirmation e-mail message sent successfully. But there is no link to click. There is only standart text message. It happens when the moodle default lang set to Turkish or other langs except English language. If we set default language to English, link will send

Activity

Hide
Orcun Madran added a comment -

Fixed (Speacials thanks to Jac Gubbels).

Find the Turkish language pack. On a linux box it can be in:

[path to moodle]/lang/tr_utf8/ or
/var/moodledata/lang/tr_utf8/

Open the file auth.php and add the following to the end of line 103 that starts with $string['auth_emailupdatemessage']:
a->url
so in my case the whole line looks like:

$string['auth_emailupdatemessage'] = '$a->site\'deki kullan?c? hesab?n?z için e-posta adresinizde de?i?iklik iste?inde bulundunuz. Lütfen bu de?i?ikli?i teyit etmek için taray?c?n?zda a?a??daki URL\'yi aç?n. a->url

Show
Orcun Madran added a comment - Fixed (Speacials thanks to Jac Gubbels). Find the Turkish language pack. On a linux box it can be in: [path to moodle]/lang/tr_utf8/ or /var/moodledata/lang/tr_utf8/ Open the file auth.php and add the following to the end of line 103 that starts with $string['auth_emailupdatemessage']: a->url so in my case the whole line looks like: $string['auth_emailupdatemessage'] = '$a->site\'deki kullan?c? hesab?n?z için e-posta adresinizde de?i?iklik iste?inde bulundunuz. Lütfen bu de?i?ikli?i teyit etmek için taray?c?n?zda a?a??daki URL\'yi aç?n. a->url
Hide
Michael de Raadt added a comment -

Thanks for reporting this issue.

We have detected that this issue has been inactive for over a year has been recorded as affecting versions that are no longer supported.

If you believe that this issue is still relevant to current versions (2.1 and beyond), please comment on the issue. Issues left inactive for a further month will be closed.

Michael d;

lqjjLKA0p6

Show
Michael de Raadt added a comment - Thanks for reporting this issue. We have detected that this issue has been inactive for over a year has been recorded as affecting versions that are no longer supported. If you believe that this issue is still relevant to current versions (2.1 and beyond), please comment on the issue. Issues left inactive for a further month will be closed. Michael d; lqjjLKA0p6
Hide
Michael de Raadt added a comment -

I'm closing this issue as it appears to have become inactive and is probably not relevant to a current supported version. If you are encountering this problem or one similar, please launch a new issue.

Show
Michael de Raadt added a comment - I'm closing this issue as it appears to have become inactive and is probably not relevant to a current supported version. If you are encountering this problem or one similar, please launch a new issue.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: