Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6807743
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T19:52:10+00:00 2026-05-26T19:52:10+00:00

Please note I’m totally new to ASP.NET.. How can I have the username, password

  • 0

Please note I’m totally new to ASP.NET..

How can I have the username, password and other profile details sent by email to a site admin on new user registration?

I’m a bit at a loss on how the CreateUserWizard works, if the password field is at all available in code? Would I need to override some method, and where can I view the actual code of the Register class?

  • 1 1 Answer
  • 1 View
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T19:52:11+00:00Added an answer on May 26, 2026 at 7:52 pm

    Well, there is an event OnCreatedUser that is fired when the user is created.

    This you can handle. I do not think the password is actually availabe (anyway like other people wrote you do not want that in the email to your admin). However the rest of the data you can eMail from this event to your admin.

    I do something similar here

      protected void CreateUserWizard1_CreatedUser(object sender, EventArgs e)
      {
      CreateUserWizard cuw = (CreateUserWizard) LoginView1.FindControl("CreateUserWizard1");
      MailUtility.SendMessage(cuw.Email, cuw.UserName);
    

    Actually in this code cuw.Password is available, so you might even have access to the password. But once again I advise you against mailing the password.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Please note that I am very new to .NET and ASP.NET. I have a
please note the fiddle: http://jsfiddle.net/cBWaG/4/ I have a container with a padding. What I
Please note that the scenario is ASP.NET Webforms + Master - Content page which
(Please note that I have seen a similar question on StackOverflow recently, however I
Please note where I have the NSLOG. All it is displaying in the log
PLEASE NOTE: This is a CODE QUESTION NOT AN SYSTEM MANIPULATION ONE. I have
Please note that the database structure probably can't be changed without a lot of
NOTE: Before reading this question please note that I have read the previous questions
Please note: I am new to TDD & cucumber, so the answer may be
Please note that my experience in Silverlight/.Net and WCF is about two weeks of

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.