Design and CSS styles
Version 6.x > Design and CSS styles > Registration & Login Module View modes: 
User avatar
Member
Member
aditya_kadam7-yahoo.co - 4/13/2012 9:15:09 AM
   
Registration & Login Module
Hi,
I have created a registration form. How do i connect to my login form. I mean once i have registered., i need to login with the same credentials. In short i need info on registration & login module.

Regards,
AK

User avatar
Member
Member
kentico_michal - 4/18/2012 1:19:52 AM
   
RE:Registration & Login Module
Hi,

To be honest, I am not sure what you mean. Could you please describe this issue in a little more detail? Do you use a custom registration web part for registration? I am asking you because, by default, if a user registers on the site using standard registration web parts, the same login credentials can be used in logon web parts.

Thank you.

Best regards,
Michal Legen

User avatar
Member
Member
aditya_kadam7-yahoo.co - 4/18/2012 1:33:40 AM
   
RE:Registration & Login Module
Hi.,
I was using system tables to create custom registration. Anyways., can u send me step by step procedure to create a registration form & login form..??

Regards,

AK

User avatar
Member
Member
kentico_michal - 4/18/2012 1:44:01 AM
   
RE:Registration & Login Module
Hi,

There are several pre-defined web parts that you can use. You can take advantage of the Logon form and Logon mini form web part that display a form that allows users to log into the website. Authentication requires a valid user name and password.

To display a form that allows visitors to register on the website as new users, you can use the Registration form and Custom registration form web parts.

For more information I would like to point you to the following section of Developer's guide: Available registration web parts

Best regards,
Michal Legen

User avatar
Member
Member
aditya_kadam7-yahoo.co - 4/18/2012 1:47:00 AM
   
RE:Registration & Login Module
Hi.,
I have followed the same steps & created a custom registration form. But I get this error when I hit Register button "User could not be created due to internal error."

Regards,
AK

User avatar
Member
Member
kentico_michal - 4/18/2012 1:56:26 AM
   
RE:Registration & Login Module
Hi,

Could you please check the Event log [Site manager -> Administration -> Event log] if there is a more detailed exception.

Did you make any customization to the Custom registration form web part?

Do you use a custom alternative form?

Did you add any custom field to the cms.user system table? If so, how did you do that and what fields did you add.

Do you use any custom form control in the alternative form?

Thank you.

Best regards,
Michal Legen

User avatar
Member
Member
aditya_kadam7-yahoo.co - 4/18/2012 2:42:22 AM
   
RE:Registration & Login Module
Hi,
* I'm using alternative form
* I have added fields to System Tables(FirstName,Province., etc) all of them r nullable
* I have unchecked unwanted fields in my form( Display attribute in the editing form)

But still I get the same error.

Regards.,
AK

User avatar
Member
Member
aditya_kadam7-yahoo.co - 4/18/2012 4:42:54 AM
   
RE:Registration & Login Module
Hi.,
The issue was that I was not passing the EMail Id in correct format. It's been resolved now. Now can i create a Login form which uses the credentials of registered user..??

Regards,
AK

User avatar
Member
Member
aditya_kadam7-yahoo.co - 4/18/2012 5:18:15 AM
   
RE:Registration & Login Module
hi,
I found out the solution.
Regards,
Aditya