custom Login

  • Thread starter Thread starter Lloyd Dupont
  • Start date Start date
L

Lloyd Dupont

I wan to use the Login control
but I want to do the login myself (use the 'login' text as either the email
or the usewr login)
how could I do that?
 
Are you looking for UserNameLabelText and PasswordLabelText?

The help file is a bit weak still, but the Login members page has enough
information to get you through your design. You can also change the Submit
button text with the SubmitButtonText property.

---

Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
 
Changing the label is no big deal :D
No, I want (in the userfield) the user to enter:
either his(her): login or email

and then, obviously, I need to do the validation my self.
and while I've found how to check if a user, with this email or login exist,
I have no idea how to:
1. check it in the validation method of the login panel
2. make my user current user

(to link with profile, etc...)
(BTW how the user is linked to the profile is still very nebulous to me)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top