Search

You searched for the word(s): userid:792326

Matching Posts

  • Re: Problem with Access Providers

    This definitely has something to do with the site being on a network because I started a new website locally for testing purposes, added the Access Providers the same way and everything worked fine. Was able to use the CreateUserWizard to make a few accounts and was able to login with them.
    Posted to Security (Forum) by drocco on 11/26/2008
  • Problem with Access Providers

    I'm trying to use the Website Configuration tool and I get this error on the "Security" tab There is a problem with your selected data store. This can be caused by an invalid server name or credentials, or by insufficient permission. It can also be caused by the role manager feature not being enabled. Click the button below to be redirected to a page where you can choose a new data store. The following message may help in diagnosing the problem: Request for the permission of type 'System
    Posted to Security (Forum) by drocco on 11/26/2008
  • Re: Need help with Custom Membership Provider

    How do I do that?
    Posted to Security (Forum) by drocco on 11/25/2008
  • Re: CreateUser method with Custom Membership Provider

    You have to check out the link I posted so you can see the kind of Membership Provider I'm using And I know I need to replace Throw New... etc with some code for creating a new user, I'm asking for help creating that code
    Posted to Security (Forum) by drocco on 11/25/2008
  • CreateUser method with Custom Membership Provider

    I'm using the following Custom Membership Provider http://www.codeproject.com/KB/aspnet/customaspnetproviders.aspx I am trying to add a "Sign Up" page for a user to sign up for the site using a CreateUserWizard In the Custom Membership Provider's class, here is the code for the CreateUser method Public Overrides Function CreateUser(ByVal username As String, ByVal password As String, ByVal email As String, ByVal passwordQuestion As String, ByVal passwordAnswer As String, ByVal isApproved
    Posted to Security (Forum) by drocco on 11/25/2008
  • Re: Page.User.Identity.Name;

    What you're trying to accomplish can be done using the LoginName control http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.loginname.aspx
    Posted to Security (Forum) by drocco on 11/25/2008
  • Need help with Custom Membership Provider

    Hello, I am using the Custom Membership Provider from this CodeProject article http://www.codeproject.com/KB/aspnet/customaspnetproviders.aspx If you scroll down to the Possible Enhancements section, the author lays forth a method of hashing passwords within his Custom Membership Provider I have copied the code verbatim, however, after making these changes, "Invalid Password" is always returned by the Login control when I attempt to submit any user credentials. How can I get this working
    Posted to Security (Forum) by drocco on 11/25/2008
  • Re: Reference a user's email address?

    I was looking for Membership.GetUser.Email I got it Thanks!
    Posted to Security (Forum) by drocco on 11/24/2008
  • Reference a user's email address?

    Is there a way to reference the current user's email address that was specified when their account was created?
    Posted to Security (Forum) by drocco on 11/24/2008
Page 1 of 43 (430 items) 1 2 3 4 5 Next > ... Last »