Pete
 Nuke Newbie Posts:5

 |
11/25/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 MVP Posts:11667

 |
11/25/2009 7:35 PM |
|
Probably it has moved. Is is Desktop Modules/Admin/Security/User.ascx? |
|
Joe Craig, Patapsco Research Group Complete DNN Support |
|
|
Pete
 Nuke Newbie Posts:5

 |
11/26/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 MVP Posts:11667

 |
11/26/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, Patapsco Research Group Complete DNN Support |
|
|
Pete
 Nuke Newbie Posts:5

 |
11/26/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 MVP Posts:11667

 |
11/26/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, Patapsco Research Group Complete DNN Support |
|
|
Pete
 Nuke Newbie Posts:5

 |
|
Joseph Craig DNN MVP Posts:11667

 |
11/26/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, Patapsco Research Group Complete DNN Support |
|
|
Joseph Craig DNN MVP Posts:11667

 |
11/26/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, Patapsco Research Group Complete DNN Support |
|
|
Pete
 Nuke Newbie Posts:5

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

 |
12/05/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 MVP Posts:11667

 |
12/05/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, Patapsco Research Group Complete DNN Support |
|
|
Paluri Vimala
 Nuke Newbie Posts:9

 |
12/07/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 Posts:1

 |
12/07/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 MVP Posts:11667

 |
12/07/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, Patapsco Research Group Complete DNN Support |
|
|
Lee Sykes DNN Creative Staff
 Nuke Master VI Posts:4945

 |
12/09/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/DNNCreative
 |
|
|
freddymorales
 Nuke Newbie Posts:4

 |
04/28/2010 2: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? |
|
|
|
|
freddymorales
 Nuke Newbie Posts:4

 |
04/28/2010 3: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 Craig DNN MVP Posts:11667

 |
04/29/2010 10:55 AM |
|
Which version of DotNetNuke are you using? |
|
Joe Craig, Patapsco Research Group Complete DNN Support |
|
|
ZMDNN
 Nuke Newbie Posts:2

 |
05/05/2010 12: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!  |
|
|
|
|