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

Forum

DNN5 custom registration page
Last Post 2010-06-04 01:45 PM by Joseph Craig. 22 Replies.
Printer Friendly
  •  
  •  
  •  
  •  
  •  
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Page 1 of 212 > >>
Author Messages
PeteUser is Offline
Nuke Newbie
Nuke Newbie
Posts:5

--
2009-11-25 01:02 PM  
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 CraigUser is Offline
DNN Creative Support
Nuke Master VI
Nuke Master VI
Posts:9005
Avatar

--
2009-11-26 01:35 AM  
Probably it has moved. Is is Desktop Modules/Admin/Security/User.ascx?

Joe Craig, DNN Creative Support

Subscribe to DNNCreative
I recommend PowerDNN for DotNetNuke Hosting.
PeteUser is Offline
Nuke Newbie
Nuke Newbie
Posts:5

--
2009-11-26 09: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 CraigUser is Offline
DNN Creative Support
Nuke Master VI
Nuke Master VI
Posts:9005
Avatar

--
2009-11-26 04:15 PM  
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 DNNCreative
I recommend PowerDNN for DotNetNuke Hosting.
PeteUser is Offline
Nuke Newbie
Nuke Newbie
Posts:5

--
2009-11-26 04:26 PM  
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 CraigUser is Offline
DNN Creative Support
Nuke Master VI
Nuke Master VI
Posts:9005
Avatar

--
2009-11-26 04:43 PM  
"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 DNNCreative
I recommend PowerDNN for DotNetNuke Hosting.
PeteUser is Offline
Nuke Newbie
Nuke Newbie
Posts:5

--
2009-11-26 04:46 PM  
But isn't that the login control? I need the registration\profile management module (ie http://www.dnncreative.com/Home/tab...fault.aspx in the context of the DNNCreative site)
Joseph CraigUser is Offline
DNN Creative Support
Nuke Master VI
Nuke Master VI
Posts:9005
Avatar

--
2009-11-26 04:55 PM  
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 DNNCreative
I recommend PowerDNN for DotNetNuke Hosting.
Joseph CraigUser is Offline
DNN Creative Support
Nuke Master VI
Nuke Master VI
Posts:9005
Avatar

--
2009-11-26 05:00 PM  
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 DNNCreative
I recommend PowerDNN for DotNetNuke Hosting.
PeteUser is Offline
Nuke Newbie
Nuke Newbie
Posts:5

--
2009-11-27 04:07 PM  
Thanks for your help with this issue Joe
Paluri VimalaUser is Offline
Nuke Newbie
Nuke Newbie
Posts:9

--
2009-12-05 07: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 CraigUser is Offline
DNN Creative Support
Nuke Master VI
Nuke Master VI
Posts:9005
Avatar

--
2009-12-06 12:58 AM  
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 DNNCreative
I recommend PowerDNN for DotNetNuke Hosting.
Paluri VimalaUser is Offline
Nuke Newbie
Nuke Newbie
Posts:9

--
2009-12-07 10: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.
chrissobkowiczUser is Offline
Nuke Newbie
Nuke Newbie
Posts:1

--
2009-12-07 08: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 CraigUser is Offline
DNN Creative Support
Nuke Master VI
Nuke Master VI
Posts:9005
Avatar

--
2009-12-08 04:43 AM  
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 DNNCreative
I recommend PowerDNN for DotNetNuke Hosting.
Lee SykesUser is Offline
DNN Creative Staff
Nuke Master VI
Nuke Master VI
Posts:4945
Avatar

--
2009-12-09 03:47 PM  
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/DNNCreative

Lee Sykes's Facebook Profile
freddymoralesUser is Offline
Nuke Newbie
Nuke Newbie
Posts:4

--
2010-04-28 08:07 PM  
hi I have read this page, and I have an issue too.

I have recently installed DNN 5 update to 5.4.1
and i have a login module on my home page.
and the regular register and login buttons at the top of my site...

both of the register buttons on my home page do not take me to a register page anymore,

does any ones have a solution?
freddymoralesUser is Offline
Nuke Newbie
Nuke Newbie
Posts:4

--
2010-04-28 09:18 PM  
Also I should add , I do not see a module called Users and Roles in my drop down menu, but I do see it on the module description page.
Joseph CraigUser is Offline
DNN Creative Support
Nuke Master VI
Nuke Master VI
Posts:9005
Avatar

--
2010-04-29 04:55 PM  
Which version of DotNetNuke are you using?

Joe Craig, DNN Creative Support

Subscribe to DNNCreative
I recommend PowerDNN for DotNetNuke Hosting.
ZMDNNUser is Offline
Nuke Newbie
Nuke Newbie
Posts:2

--
2010-05-05 06:39 PM  
I was stumped too when I saw that DNN 5.4.1 did NOT have "Users and Modules" in the module drop down. After poking around a bit, I found that since it is a "premium" module, it is not by default auto-assigned to a Portal upon Portal Creation. That is why you can see "Users and Roles" in the list of extensions, but it's not in the drop down.

If you click "edit" for "Users and Roles" on the list of extensions, you will see two boxes under "Assigned Premium Modules." If your portal is listed in the UNassigned box, click the arrow to move it to the "Assigned" box, and then it will display in the drop down. Woo hoo!
You are not authorized to post a reply.
Page 1 of 212 > >>


Active Forums 4.3

Latest Forum Posts

Enforce Terms Tutorial Update by Vistalogix Corporation
I tried configuring my DNN 6.1.2 install to have a required "accept terms" checkbox as described in
RE: Best Practices for Modifying a Custom Module by Joseph Craig
Start up the development website, then install the module using the package that you have. Then, yo
Best Practices for Modifying a Custom Module by schilders
Good Morning, I'm needing to modify a custom built module created by another developer targeted f
RE: Admin menu problem by alireza arabiyan
hi in localhost i have http://localhost/senf/خانه.aspx and http://localhost/senf/Admi
RE: Admin menu problem by Joseph Craig
Yes, that is what you should have done. What is the URL for your home page? What is the URL for
RE: Admin menu problem by alireza arabiyan
hi first in localhost i add my domain.com as portal alias. then copy all files to host , restore my
RE: Admin menu problem by Joseph Craig
How did you move it? Have you added an entry in the portalalias table for the site's domain name?
RE: Re: SQL SERVER 2008 R2 Remote connection by Joseph Craig
Set up a user with dbo privileges and set the connection string for that user, rather than using Win
Re: SQL SERVER 2008 R2 Remote connection by Prakasam Srinivasan
I have successfully configured MSSQL Server 2008 r2 remote connection. I am using windows 7 and it h
Admin menu problem by alireza arabiyan
hi i installed dnn 6 on localhost and move it in my host, all link's , pages and modules are ok,
RE: dnn 4.4 upgrade issue by imran shaikh
Thanks you all it is done by renaming release.config to web.config procedure
RE: dnn 4.4 upgrade issue by imran shaikh
Thanks you all it is done by renaming release.config to web.config
dnn 4.4 upgrade issue by imran shaikh
hi this is imran i am upgrading dnn 4.4 to dnn 6.0.2 and getting this error please help me for this
RE: How to build Skins for DNN 6.x by Joseph Craig
I'd recommend that you try replacing the hard-coded text with the DotNetNuke Text skin object. That
RE: Module permission does not work! by Joseph Craig
What permissions have you give to that role?
RE: DNN nav issue by Joseph Craig
Are you using a custom skin? How often does this happen?
RE: Friendly URLs Broken by Joseph Craig
I don't entirely understand this, but I'm glad you got things working.
RE: How to build Skins for DNN 6.x by Christopher Adamakis
Dear all, I have one more question regarding greek fonts. If you check my site http://www.expertsoft
RE: Dnn local setup problem by imran shaikh
this is error is resolve now now getting this one Server Error in '/cooperpharma.ma' Applicat
RE: Module permission does not work! by Abraham Tameru
I created a special role for the user to administer the site. The user is not a member of the Admini
You are not logged in.
You must log in to access all 
650+ videos, tutorials, podcasts, and more.
RSS Feeds