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


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


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


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


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


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


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


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


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: HTML module not updating after transfer from localhost to live server by chrisoc
Hey guys,Thanks for the replies.   All seems to be working fine now.  I had previously cleared the b...
RE: w2k8 r2 - dnn site visible locally but not from internet by guyperrin
thanx joe. i just kept slugging away at this one. finally, when i gave IIS_IUSRS Full Control, i w...
RE: HTML module not updating after transfer from localhost to live server by jncraig
Check to make sure that you adjusted your portalalias table to point to the live site. It's possibl...
RE: w2k8 r2 - dnn site visible locally but not from internet by jncraig
Check to make sure that DNS points the site's URL to the web directory.  Your host ought to be able ...
RE: user retrieve password by giving email by jncraig
That should work. As with most things like this, I would recommend that you test and verify this ...
RE: Creating a new user by jncraig
DotNetNuke uses the ASP.NET membership scheme. I haven't tested, but I am reasonably surethat the s...
RE: Email Verification by jncraig
Is this a question about Dynamic Forms? You can use Regular Expression validation to force the us...
RE: Issue 33 SQL updating page settings by jncraig
Can you describe the problem a bit more?
user retrieve password by giving email by raf948
I am using 4.8.0  and would like to have users retrieve password by giving their email ( as I unders...
RE: Change linkclick to document name by WinXnet
as far as I know, there is no way to not use linkclick other than to hard code the long url Selec...
RE: Skin missing banner and menu when ctl is used in the url by WinXnet
you're site appears to be down...
RE: DNN Live site not displaying by WinXnet
Is your site Properties in IIS > Documents > Enable default content page set to "Default.aspx"? E...
RE: Skin missing banner and menu when ctl is used in the url by WinXnet
What version of DNN? Emerson ^_^
RE: Cross Portal Admins by WinXnet
Sorry for this post ^_^ My error - I got the password for the user wrong. Create user account ...
RE: Skin missing banner and menu when ctl is used in the url by swelch
The menu is a module and it is set to publish on all pages. The HTML module is not set to publish t...
Cross Portal Admins by WinXnet
I have  situation where admins want to use the same login/password across multiple parent DNN portal...
RE: Issue 33 SQL updating page settings by pedrocapetillo
I have i similar problem and i am using DNN360 menu. Does anybody have information about that? Be...
Store module just refreshes page on "confirm order" by mike.hassinger
I have set up the store module with an Authorize.net account, set for authorize + capture. The check...
RE: logo token not functioning by WinXnet
I'm sure you've done this, but be sure you click on the "upload selected file" link under the Browse...
RE: Skin missing banner and menu when ctl is used in the url by WinXnet
Is your menu a module as well? Is your banner HTML module set to "publish on all pages", or is it...
DNN Creative Subscribe
RSS Feeds