Changes between Initial Version and Version 3 of Ticket #6049
- Timestamp:
- 11/27/2014 10:00:02 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6049
-
Property
Status
changed from
new
toreopened
-
Property
Component
changed from
Core
toMembers
-
Property
Summary
changed from
When certain spam filters are installed account gets activated due to spam filters following external link in the email..
toDo not activate user accounts automatically with one click
- Property Keywords dev-feedback added
-
Property
Type
changed from
defect (bug)
toenhancement
-
Property
Status
changed from
-
Ticket #6049 – Description
initial v3 1 1 Just had to fix this on a shared hosting account @ https://www.a2hosting.com, they run a spam filter called https://www.barracuda.com/products/spamfirewall 2 2 what this does it follow external links in any outgoing emails sent from the server in question. So when buddypress sends out it's activation link like so : http://example.com/activate?key=7678978978978789 it gets clicked on by the spam filter activating the account and rendering the activation link useless... 3 I think this is the ongoing issue with invalid activation links that some users are experiencing. I suggest we move the activate link to a actual button on page that needs to be physically clicked? 3 I think this is the ongoing issue with invalid activation links that some users are experiencing. 4 5 I suggest we move the activate link to a actual button on page that needs to be physically clicked? 4 6 My temp fix was to add a deny from all into the .htaccess denying the server access to it's self.