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

HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Custom Registration and Custom loginCustom Registration and Custom login
Previous
 
Next
New Post
4/11/2013 12:49 PM
 

Hi ,

As per my requirement i am creating Custom registration and Custom Login Page(as New Modules) Also.But  in DNN  password  is storing in aspnet_members table in Hash format.

Can any body help me to find out  how DNN is doing PasswordHash and Passwordsalt.And also while logining in a user what Database tables/column are updating.I would like  replicate same logic in my custom modules .

Thanks,

Nagasekhar.K

 
New Post
4/11/2013 6:24 PM
 

DNN does not handle the hash formatting itself - it is handled by the asp.net membership provider system.

More importantly though - you should always use the native dnn api calls when doing things like creating a new member.

Yes there is nothing wrong with creating your own rego or login module - but internally in that module you need to make calls to the dnn api to handle the rego and login type processes.

Westa

 
New Post
4/17/2013 5:56 AM
 
Hi Sekhar,

You can use the dnn api to create you custom log in as well as registration module.

Like for creating new user you can use the below api.
DotNetNuke.Entities.Users.UserController.CreateUser(ref objUserInfo);
while for user login, you can use,
UserController.UserLogIn()

Thanks,
Avinash Kumar [ DNN Developer, Mindfire Solutions,India ]

 
New Post
4/17/2013 10:50 AM
 

Thanks Avinash.. I am Implimenting same as you mentioned. Now the issue is i am not able to link my custom Login Page(I created a new Page and  i put Custom login module) on that . I tried to put like  Admin-Sitesettings-advanced settings-Login Page. But still it is going to Built in Login Page.

how to set my custom login page for built in Login Button in DNN page.

 

Thanks,

Nagasekhar.K

 

 

 
New Post
4/19/2013 2:51 AM
 

Hi Sekhar,

You are proceeding in a right way. But please go through this video to know in detail about how to configure the custom login page.

Thanks,
Avinash Kumar [ DNN Developer, Mindfire Solutions,India ]

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Custom Registration and Custom loginCustom Registration and Custom login


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