cancel
Showing results for 
Search instead for 
Did you mean: 

createaccount.aspx - event to check other activities before account created

Former Member
0 Kudos

I would like as part of the createaccount.aspx, check another external membership database to make sure that the username is not already taken up.

What event of method can I override to do that short or rewriting it completely?

I am quite familiar with the account and user API, but I don't want to code all the validators that already exist in the createaccount.aspx.

The other thing I wanted to check as part of validation was UNIQUENESS of the email. The unique flag in the configuration for the user does not work.

Thanks

Mike

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I decided to use validation controls on the controls to accomplish this