Home All Groups Group Topic Archive Search About

Security Application Block - forced password changes

Author
17 May 2005 8:59 PM
baylor
i hope this is the right forum. i couldn't find a Microsoft Enterprise
Library discussion group anywhere

The MSEL SAB requires a certain table layout. The Users table stores an
autogenerated ID (i really wish i could set this), a username and a password.
Nothing else

One of our requirements is that the user be forced to change their password
at their first login. A pretty common requirement. i'm not sure if this is
possible with the SAB. At least, not without changing the schema and code,
which we are trying not to do (we treat the MSEL as a package which we should
never modify; perhaps this is the wrong approach and we should treat it as
sample code instead)

Has anyone else gotten this sort of thing to work with the Microsoft
Enterprise Library Security Application Block?

-baylor