ASPNet Membership Controls




Hi All

I have a database which has it's own set of tables for users etc

I already successfully use the Login control by handling the Authenticate event and checking the suitable values against my own DB.

Now I need to use the ChangePassword control but I cannot stop the system from trying to create a database.

I would implement my own membershipprovider but that really seems like a lot of work.

Is there a way customising the ChangePassword control so it calls my code to check if the change is valid and to actually perform the change?

Many thanks in advance

--
Rory


.



Relevant Pages

  • Re: login control and custom db
    ... you can simply handle the Authenticate event and set e.Authenticated to your authentication outcome. ... control to validate users using my existing SQL 2005 database (stores ... Can I simply use my own database along with the login control? ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • changepassword control problems
    ... I am having a weird problem with the change password control. ... changepassword control has no way of setting the View's index. ... after the password is changed the success view comes up. ... changepassword template and not stay on the success one? ...
    (microsoft.public.dotnet.framework.aspnet)
  • Problems with changepassword control
    ... I am having a weird problem with the change password control. ... the createwizard control that creates new users and passwords, ... changepassword control has no way of setting the View's index. ... after the password is changed the success view comes up. ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: Forms Authentication and password change
    ... I have MOSS 2007 and web app with Forms Authentication. ... ChangePassword Control" to the web app? ...
    (microsoft.public.sharepoint.portalserver.development)
  • Re: Global datasets
    ... Sticking with the first method again. ... Populate my DataSet from the Database ... Create another control object instance ... re-instantiating it. ...
    (microsoft.public.dotnet.framework.aspnet)