Welcome,
Guest
.
Please
login
or
register
.
Did you miss your
activation email
?
News:
Download Elxis CMS:
Elxis 5.5 Hermes
.
Home
Help
Login
Register
Elxis CMS Forum
»
Support
»
Elxis 4.x/5.x DEV
»
[FIXED] Activation Email [Bug](?)
« previous
next »
Print
Pages: [
1
]
Author
Topic: [FIXED] Activation Email [Bug](?) (Read 3786 times)
Tank
Jr. Member
Posts: 58
[FIXED] Activation Email [Bug](?)
«
on:
May 01, 2013, 01:22:25 »
Hey Team,
Been doing some testing component user. When a user registers, activation link is sent to email just fine.
However, after user activates and later changes email, the new activation email sent to the new address is incomplete:
example for localhost
Code:
[Select]
http://localhost/user/activate.html?c=
That's it. The confirmation code is chopped off. Is this a gmail problem? Can anyone confirm?
If there's a certain area I need to look into, I'll be happy to look into it.
Thank you.
«
Last Edit: May 02, 2013, 03:59:27 by Tank
»
Logged
datahell
Elxis Team
Hero Member
Posts: 10356
Re: Activation Email [Bug](?)
«
Reply #1 on:
May 01, 2013, 11:51:10 »
There is a misstype that causes this problem.
Open file
components/com_user/controllers/members.php
go to line
461
Change this:
$this
->activation = sha1($act);
to this:
$row
->activation = sha1($act);
Thanks for the bug report!
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
webgift
Elxis Team
Hero Member
Posts: 4193
Re: Activation Email [Bug](?)
«
Reply #2 on:
May 01, 2013, 12:38:45 »
SVN updated!
Logged
Elxis Team •
Custom web design [EN]
-
[EL]
•
.GR Registrar
Tank
Jr. Member
Posts: 58
Re: [FIXED] Activation Email [Bug](?)
«
Reply #3 on:
May 02, 2013, 03:59:44 »
Cool, thanks guys. I've updated topic to fixed.
Logged
Print
Pages: [
1
]
« previous
next »
Elxis CMS Forum
»
Support
»
Elxis 4.x/5.x DEV
»
[FIXED] Activation Email [Bug](?)