Subject | Re: [firebird-support] Password length in FB 2.0 |
---|---|
Author | Guido Klapperich |
Post date | 2006-11-04T20:35:03Z |
> Use your own user table where name and password are stored encrypted andHi Lucas,
> checked after login from your app.
> If your customers have a password policy then they might have further
> requirements like:
>
> - user can't change password
> - user has to change password
> - password validity / expiration date
> - password history (no reuse of already used passwords after a change)
> - and so on
yes the customers have the requirements you described and I'm able to
fulfill the requirements without storing the current password of a user
in my database. I don't like the idea of storing the current password in
my database, but I fear it's the only possibility I have.
Regards
Guido