Hi everybody, I had customized my registration form, but when I go to login page my registration form shows up there too?! It looks like that: Fields like password, password verification and e-mail have valid description in label field. All the other fields are marked "None". Below my custom form there is login part requesting: E-mail address and Password.
I had read that def user(): exposes two links http://..../[app]/default/user/login http://..../[app]/default/user/register In user.html I had just added code for my registration form. I don't know what caused that kind of behaviour... Can you please help me separate those two, so they would appear on 2 separate pages as they should?

