custom MembershipProvider and OnValidatingPassword

  • Thread starter Thread starter rigoni.diego
  • Start date Start date
R

rigoni.diego

hi, i'm doing a custom membership provider, starting from odbc
microsoft demo, to link a firebird database, trought odbc.
is a little difficult for me, because i'm a delphi programmer not vb !!
but , after some hours of work it write and read perfectly ( if someone
wants source code ... i'm here! ) .

i've only one problem : the OnValidatingPassword event , that is
derived from the anchestor, ( fired in createuser, changepassword and
some other sub ) seems don't work.
it alwais return args.cancel = False , even if the password in too
short or don't respect PasswordStrengthRegularExpression property.

i must rewrite it ? ( how ? ) or there are a work around ?

thaks to all!
 
Back
Top