ElkArte Community

Project Support => Support => Topic started by: derived on August 29, 2015, 09:46:15 am

Title: where is the allow/disallow use of email address for registraion
Post by: derived on August 29, 2015, 09:46:15 am
I have looked and looked and I can not locate the admin setting that determines "reuse" of  already used email address for forum registration.
Would someone please "point" it out to me?

Thank you.
Title: Re: where is the allow/disallow use of email address for registraion
Post by: Flavio93Zena on August 29, 2015, 10:02:22 am
Simply there is none, it's a very major security issue to re-use an already used email address.
Title: Re: where is the allow/disallow use of email address for registraion
Post by: Flavio93Zena on August 29, 2015, 10:36:18 am
You can find more informations about it here: http://www.simplemachines.org/community/index.php?topic=228675.0 with detailed reasons etc
Title: Re: where is the allow/disallow use of email address for registraion
Post by: Flavio93Zena on August 29, 2015, 01:02:15 pm
Not really, I think you should read it again O:-)
Title: Re: where is the allow/disallow use of email address for registraion
Post by: Joshua Dickerson on August 29, 2015, 10:30:44 pm
Using the IP would mean you limit the access to the account. If I go from the US to Asia, I probably wouldn't have access to my account. That's a problem.

You can always hide your email address. In fact, that's the default.

You can always create a mod so it works your way. If you need any hooks we can always add them. Feel free to ask if you need help.
Title: Re: where is the allow/disallow use of email address for registraion
Post by: Flavio93Zena on August 30, 2015, 12:42:19 am
However, the action=reminder would be broken anyways, and it's definitely a security issue.
Title: Re: where is the allow/disallow use of email address for registraion
Post by: emanuele on August 30, 2015, 05:56:12 am
Quote from: derived – go get another free email account and you won't have to deal with the flaws
great coding fix, relaying on a trouble 3rd party
That's not really something to "fix", the idea is really to have 1 email => 1 account, full stop.
And, as far as I know, it's the solution for... 99.9% of the websites out there.
I am in Italy, I have seen IPs that range from 2.something (mainly mobile devices) to 97.something (or more), rely on any range of IP to bind a user to a specific account would make ElkArte completely useless.

If you have any viable solution feel free to propose it.
Title: Re: where is the allow/disallow use of email address for registraion
Post by: radu81 on August 30, 2015, 08:52:14 am
Quote from: emanuele – That's not really something to "fix", the idea is really to have 1 email => 1 account, full stop.
And, as far as I know, it's the solution for... 99.9% of the websites out there.
+1
Title: Re: where is the allow/disallow use of email address for registraion
Post by: Spuds on August 30, 2015, 10:05:46 am
And if you really need to have the same email, in that messages go to the same address, you can use the gmail trick.

As far as gmail is concerned,
Code: [Select]
auser@gmail.com, a.user@gmail.com, auser+admin@gmail.com and a.user+anotheramin@googlemail.com
All resolve to the same inbox.  We never prevented this perversion, although the code is in place to do so.