Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...Limit number of user accounts per e-mail addressLimit number of user accounts per e-mail address
Previous
 
Next
New Post
4/24/2006 1:48 AM
 
Hi,

I tried searching for this in the Forums but haven´t been able to find anything on the topic.

The problem is that I have noticed one person that has registered several user accounts on the same e-mail address. I would like to limit that so that you cannot register an unlimited number of accounts on the same e-mail address. The question: is there something in the DNN core user account module to do this?

It´s not very effective to suspend a user for example from a Forum if he/she is able to register a new account with the same e-mail address within seconds...

Also: does anyone know if the bug with deleting users has been fixed? I read in a Forum thread earlier that it works in the English version but not always in the Localized languages...?

/Sölve
 
New Post
7/8/2006 1:57 PM
 

Did you ever make any headway on this one? I have seen some systems make the email field unique in the member tables which solves this problem but it was probably not made unique in DNN for a very good reason. There are probably situations where you want to be able to allow some users the ability to use the same email address with several different accounts.

I think what you are looking for here is the ability to have a lock table which prevents certain types of people from registering on your system which I am guessing is for anti-spam purposes. It would be useful to be able to click on an existing user and say: "add last IP address and email address to ban list" that way, no one using that IP or email address can register on the system again. This would also stop the attacker from using a different email address from the same IP until they have refreshed their IP address. Of course, if they're using a series of anonymizers then that won't work.


ver 4.3.1 (to 8 July 2006) ver 4.3.2 (to 20 July 2006) ver 4.3.3 (to 5 Aug 2006) ver 4.3.4 (to 20 Sep 2006) ver 4.3.5 (to 25 Dec 2006) ver 4.4.0 (to date)
 
New Post
7/8/2006 2:30 PM
 

You can configure this in this part of web.config:

<add name="AspNetSqlMembershipProvider"

type="System.Web.Security.SqlMembershipProvider"

connectionStringName="SiteSqlServer"

enablePasswordRetrieval="true"

enablePasswordReset="true"

requiresQuestionAndAnswer="false"

minRequiredPasswordLength="7"

minRequiredNonalphanumericCharacters="0"

requiresUniqueEmail="false"

passwordFormat="Encrypted"

applicationName="DotNetNuke"

description="Stores and retrieves membership data from the local Microsoft SQL Server database" />

</providers>

Just change "requiresUniqueEmail" to true.



Shane Miller
Call Centers 24x7
 
New Post
7/8/2006 4:42 PM
 
Very useful info - thanks Shane.

ver 4.3.1 (to 8 July 2006) ver 4.3.2 (to 20 July 2006) ver 4.3.3 (to 5 Aug 2006) ver 4.3.4 (to 20 Sep 2006) ver 4.3.5 (to 25 Dec 2006) ver 4.4.0 (to date)
 
New Post
7/8/2006 4:43 PM
 
You're very welcome.  I'm happy to help!


Shane Miller
Call Centers 24x7
 
Previous
 
Next
HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...Limit number of user accounts per e-mail addressLimit number of user accounts per e-mail address


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out