You need to Register for free and Login to post a message in the forum.

Forum

Subject: DNN5 custom registration page
Prev Next
You are not authorized to post a reply.

Author Messages
Pete
Nuke Newbie
Nuke Newbie
Posts:5

25 Nov 2009 7:02 AM  
I'd like to add a custom registration page, but in DNN 5.0.0 and above the "User Account" module (which I think I need to place on my page) no longer seems to be available. Has something changed?
Joseph Craig
DNN Creative Staff
Nuke Master V
Nuke Master V
Posts:5351


25 Nov 2009 7:35 PM  
Probably it has moved. Is is Desktop Modules/Admin/Security/User.ascx?

Joe Craig
DNN Creative Support
Subscribe to the website
Pete
Nuke Newbie
Nuke Newbie
Posts:5

26 Nov 2009 3:13 AM  
Thanks for the reply Joe. In DNN4 it was Admin/Users/ManageUsers.ascx. Either way, surely I need to get or create a manifest for the module, in order for it to appear in module definitions, and thus be available to place on a page?
Joseph Craig
DNN Creative Staff
Nuke Master V
Nuke Master V
Posts:5351


26 Nov 2009 10:15 AM  
ManageUsers.ascx is in that same directory.

You don't need to create a manifest, as those are only required to install extensions.  This is already there.  You can edit this file and the corresponding .vb file to accomplish what you need.

Just remember that you are changing the core code, so this will be overwritten by an upgrade, and you may have to redo this.

Joe Craig
DNN Creative Support
Subscribe to the website
Pete
Nuke Newbie
Nuke Newbie
Posts:5

26 Nov 2009 10:26 AM  
Hi Joe, sorry, I think you misunderstood my original post. I want to create a custom registration page, not customise the registration module. My understanding was that I simply create a new "register" page, then add an instance of the "User Account" module to that page. I could do this in 4.x, but in 5.x there is no "User Account" module listed in Host... Module Definitions.
Joseph Craig
DNN Creative Staff
Nuke Master V
Nuke Master V
Posts:5351


26 Nov 2009 10:43 AM  
"Account Login" is the first module in the dropdown list of modules that can be added to a page on my 5.1.4 site.  It's also listed first in the list of modules on the Extensions page.

Joe Craig
DNN Creative Support
Subscribe to the website
Pete
Nuke Newbie
Nuke Newbie
Posts:5

26 Nov 2009 10:46 AM  
But isn't that the login control? I need the registration\profile management module (ie http://www.dnncreative.com/Home/tabid/53/ctl/Register/Default.aspx?returnurl=%2fDefault.aspx in the context of the DNNCreative site)
Joseph Craig
DNN Creative Staff
Nuke Master V
Nuke Master V
Posts:5351


26 Nov 2009 10:55 AM  
I guess I'm not sure at this point.

The standard "Login" link is part of the LOGIN skin object.  The "Register" link is part of the USER skin object.  If you look at the code for those objects, you'll see where they go.

Joe Craig
DNN Creative Support
Subscribe to the website
Joseph Craig
DNN Creative Staff
Nuke Master V
Nuke Master V
Posts:5351


26 Nov 2009 11:00 AM  
Remember that Data Springs' Dynamic Login module is, by far, the best/easiest way to customize registration and login.

Joe Craig
DNN Creative Support
Subscribe to the website
Pete
Nuke Newbie
Nuke Newbie
Posts:5

27 Nov 2009 10:07 AM  
Thanks for your help with this issue Joe
Paluri Vimala
Nuke Newbie
Nuke Newbie
Posts:9

05 Dec 2009 1:45 AM  
HI, Me also need to create new registration page. Since My login page is stuffed with other design sections. I need to redirect user to custom registration page while he clicks register in Login page. Please suggest me, How can I add "User Account" module in my custom page to have registration form. I am using dotnetnuke 5.1.4 ..I am not able to see Useraccounts but Users and Roles. Please suggest me how to have registration form there. Thank you.
Joseph Craig
DNN Creative Staff
Nuke Master V
Nuke Master V
Posts:5351


05 Dec 2009 6:58 PM  
The User Accounts module should be on the dropdown list of modules that you can add to a page.

You can specify the page to be used as the Login page on the Site Settings page.

Joe Craig
DNN Creative Support
Subscribe to the website
Paluri Vimala
Nuke Newbie
Nuke Newbie
Posts:9

07 Dec 2009 4:34 AM  
Yeah, Thank you. I have done it. I have make use of users & role module from module dropdown in my custom registration page and removed the sections which i didnot need except User accounts section.
chrissobkowicz
Nuke Newbie
Nuke Newbie
Posts:2

07 Dec 2009 2:19 PM  
Interesting forum. I am looking for similar solution but I would like to call DNN 5 DLLs from custom authenitcation page. An authenticated redirected user will be accessing Intranet web site, which is DNN based, in a "single sign on" process. Any suggestion about DLLs I should be adding to the Referencies?
Joseph Craig
DNN Creative Staff
Nuke Master V
Nuke Master V
Posts:5351


07 Dec 2009 10:43 PM  
I probably wouldn't approach things this way.

Instead I would look at creating a custom authentication provider.  Joe Brinkman has a blog entry that goes through the basics.  Look for it on the DotNetNuke website.  You should also study the existing authentication providers to see how they are done.  There is on for Active Directory, OpenID, and LiveID.  Those should give you some ideas.

There are also some "single sign on" modules that you can find with Google and/or on Snowcovered.

Joe Craig
DNN Creative Support
Subscribe to the website
Lee Sykes
DNN Creative Staff
Nuke Master V
Nuke Master V
Posts:5302


09 Dec 2009 9:47 AM  
Just to add some further info, to create a custom registration page in DNN 5:

Create a new page: "Registration"

In DNN 5 add to this page the Users and Roles module
Remove the modules from the page that you do not require

Customize the page skin or registration profile as you require (details in tutorials below)

Go to admin menu / site settings / advanced settings / User Registration / Profile Page + select the new "Registration" page you have created.


Further info can be viewed here:


Lee Sykes
Site Administrator
Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

Twitter: www.twitter.com/leesykes

Lee Sykes's Facebook Profile
You are not authorized to post a reply.
Forums > DotNetNuke® > DotNetNuke® Questions > DNN5 custom registration page



ActiveForums 3.7

Latest Forum Posts

RE: DotNetNuke 5.3.0 Released by jncraig
Whoops! From Joe Brinkman: "With any software product you will occasionally have a release tha...
RE: Creating Portals before setting the host by jncraig
Whoops! Didn't quite finish. DNS, through A Records and other records is used to convert a domai...
RE: Creating Portals before setting the host by jncraig
NO! Don't delete and start over. "A Records" are part of DNS. Host Headers are part of IIS Co...
RE: Creating Portals before setting the host by cyborama
By the way Lee or Joe didn't try this yet but do you think it would be wise (should someone else run...
RE: Creating Portals before setting the host by cyborama
Ok Lee, Joe, and others reading this thread, I just had success. Here is what happened. I thoug...
RE: Creating Portals before setting the host by cyborama
Hello Lee, No Success yet I think I might need to delete my portal and recreate it. I created th...
RE: Auto create pages and content by jncraig
Are you using the DotNetNuke menu or another one?
RE: Missing Edit & Add Function on Modules to Entire Site by jncraig
Glad it's working!
RE: Firefox SWF file by jncraig
I recommend that you use the free DigFlash module from dignuke.com. I've found it to be a very reli...
Firefox SWF file by ce221
on my dnn site it have a text/html that has the following attached code this displays fine in IE but...
RE: Missing Edit & Add Function on Modules to Entire Site by jacksonsc56
arrrrggghhhh for goodness sake, I was in View mode!. After a year working on numerous B2B DNN sit...
RE: Missing Edit & Add Function on Modules to Entire Site by jacksonsc56
Strangely enough the Admin account is displaying the modules settings menu. To confirm its the menu ...
.MainMenu_MenuItemActive (Active Solpart menu item not working) by SixfootStudio
Hi Guys, Could someone please take a look at this SolPart menu for me and tell me why it is that ...
Missing Edit & Add Function on Modules to Entire Site by jacksonsc56
Just logged into my DNN site as host and noticed I can no longer edit modules or access the settings...
RE: How to upgrade core module? by LeeWebDev
That did it. Thanks, Lee! And keep up the great work with this site. It's a tremendous resource.
DNN in cluster evniroment by kris@aausports.org
Does anyone have any experience running DNN in a cluster environment? Looking at setting up 3 R600 ...
RE: Auto create pages and content by dhassall
CAUTION - I am also adding pages to the site manually (Page Functions Add) but I am finding after ad...
PayFlow Link by murphydolores
Hello Can any one help me to find out a shopping cart systems that work with PayFlow Link?
RE: Send email with Dynamic Forms Results by jesp17
Hi Lee,I've asked DataSprings if there is a way to solve my problem (wish). Here is a reaction:I don...
Background Music by kparker
Do you know of any module that I can use to play background music on a single page?  Or do you have ...
DotNetNuke Modules
RSS Feeds