Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Account activation
#1
So I noticed that when a user registers, he receives a message that he has to find a confirmation letter in his email box. 
BUT! BEFORE a user receives that letter and BEFORE he clicks on the activation link his account is activated already and he IS able to access it providing his credentials. 

So when I click on the activation link it says (error) that the account is already activated...How do I fix it?

Thanks.
Reply
#2
(07-31-2018, 08:47 AM)neatraffic Wrote: So I noticed that when a user registers, he receives a message that he has to find a confirmation letter in his email box. 
BUT! BEFORE a user receives that letter and BEFORE he clicks on the activation link his account is activated already and he IS able to access it providing his credentials. 

So when I click on the activation link it says (error) that the account is already activated...How do I fix it?

Thanks.

Well, system works on this way and user can be logged in. However, unverified accounts may not be able to add websites or access certain features until the e-mail is confirmed.
In case you want to say thank you, we'd really appreciate and be thankful if you leave a good review on Traffic Exchange PRO page. This is the best way to say thank you to this project and support team.
Reply
#3
Yes, you're right, there is a little bug prevent users to activate email address. Open activation.php and find:

PHP Code:
if(isset($_GET['act']) && $_GET['act'] != 0){ 

Replace:

PHP Code:
if(isset($_GET['act']) && $_GET['act'] != '0'){ 

Regards!
In case you want to say thank you, we'd really appreciate and be thankful if you leave a good review on Traffic Exchange PRO page. This is the best way to say thank you to this project and support team.
Reply
#4
Thank you for the code.

1. The problem is that unverified user STILL CAN surf websites and earn points.
2. Also When a website is opened in the new window a user can close it and still earn points.
3. Users can start cheating. And the same website can be surfed several times a day, not once.
Reply
#5
Hello,

1,2. Will be fixed in the next update.
3. No, we checked and each site receive only one visit for each IP address by 24 hours.

Regards!
In case you want to say thank you, we'd really appreciate and be thankful if you leave a good review on Traffic Exchange PRO page. This is the best way to say thank you to this project and support team.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)