Project

General

Profile

Bug #2283 » 2283e.patch

krileon, 11 February 2011 23:51

View differences:

components/com_comprofiler/plugin/language/default_language/default_language.php
// 1.2.3:
DEFINE('_UE_LOST_YOUR_PASSWORD','Lost your Password ?');
DEFINE('_UE_LOST_PASSWORD_EMAIL_ONLY_DESC','If you <strong>lost your password</strong>, please enter your E-mail Address, then click the Send Password button, and you will receive a new password shortly. Use this new password to access the site.');
// 1.4 Stable:
DEFINE('_UE_ENABLESPOOFCHECK','Enable anti-spoofing sessions checks');
DEFINE('_UE_ENABLESPOOFCHECK_DESC','Choose if you want spoof checking enabled on sessions (highly recommended unless you have difficulty with session expired and cookie errors when enabled). Disabled by default for best stability and usability.');
// IMPORTANT WARNING: The closing tag, "?" and ">" has been intentionally omitted - CB works fine without it.
// This was done to avoid errors caused by custom strings being added after the closing tag. ]
// With such tags, always watchout to NOT add any line or space or anything after the "?" and the ">".
(6-6/6)