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/23/2006 10:48 PM
 
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 10:57 AM
 

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 11:30 AM
 

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 1: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 1: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


Forum Policy

These Discussion Forums are dedicated to the discussion of the DotNetNuke Web Application Framework.

For the benefit of the community and to protect the integrity of the project, 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 DotNetNuke.
2. Discussion or promotion of DotNetNuke product releases under a different brand name are strictly prohibited.
3. No Flaming or Trolling.
4. No Profanity, Racism, or Prejudice.
5. Site Moderators have the final word on approving/removing a thread or post or comment.
6. English language posting only, please.

Attend A Webinar
Free Demo Site
Download DotNetNuke Professional Edition Trial
Have Someone Contact Me
Have Someone Contact Me

Like Us on Facebook Join our Network on LinkedIn Follow DNN Corporate on Twitter Follow DNN on Twitter

Advertisers

DotNetNuke Scoop!

Sponsors

DotNetNuke Corporation

DotNetNuke Corp. is the steward of the DotNetNuke open source project, the most widely adopted Web Content Management Platform for building web sites and web applications on Microsoft. Organizations use DotNetNuke to quickly develop and deploy interactive and dynamic web sites, intranets, extranets and web applications. The DotNetNuke platform is available in a free Community and subscription-based Professional and Enterprise Editions with an Elite Support option. DotNetNuke Corp. also operates the DotNetNuke Store where users purchase third party apps for the platform.