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

HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0Little problemLittle problem
Previous
 
Next
New Post
8/11/2008 6:16 AM
 

What's the codefile name to register users?

I need to modify it a bit so that I can give each user his own page afther regestration.

 

thx ;d

 
New Post
8/11/2008 10:37 AM
 

I would steer clear of actually making modifications in the Core code itself for this.  An alternative solution would be to create a new module that detects if they have a page created for them yet or not and, if not, create it from the module.  This allows for upgrades to later versions of the core without you having to rehash all your custom code, and also allows for greater customizability/extensibility in the future as well.

You could have the module exist on all pages if you wanted, or just a "My Pages" landing spot.  There are already similar modules to this out there, depending on what you are looking for in hard requirements.  Suggestions include the Smart-Thinker modules, and you could search on SnowCovered for more ideas. 

However, if you wish to pursue the registration stuff a place to start looking would be DotNetNuke.Entities.Users.UserController.CreateUser and then the admin modules for the registration sources.  DotNetNuke.UI.UserControls.

Good luck!


-- Jon Seeley
DotNetNuke Modules
Custom DotNetNuke and .NET Development
http://www.seeleyware.com
 
New Post
8/11/2008 12:04 PM
 

One thing I'd add to Fooberichu's advice is that you may be able to accomplish your goal by implementing a new authentication provider that inherits most of the existing DNN functionality.  In particular, subscribing to the OnUserAuthenticated event exposed by DesktopModules/Authentication/DNN/Login.ascx.vb might work for you.

Note that inheriting or extending functionality contained in an ascx control is often problematic, so expect to encounter some difficulty in doing so.

Hope this helps!

Brandon

 


Brandon Haynes
BrandonHaynes.org
 
New Post
8/13/2008 12:35 PM
 

Yeah leave the core alone.

I would advice adding a custom module that reads the user profile using the Personalization API to load profile info. This module would be set to registered users  viewing only so that they will only see it after they login.

 
Previous
 
Next
HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0Little problemLittle problem


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