Hello.. I'm trying to come up with a good way to have password requirements
(i.e., length, Upper/Lower case mix, x number of Alpha, x number of numeric,
etc.) configurable by installed site.
The two customers that I'm working with on this app right now have 2 very
different password requirements, I'd rather not have to re-write the signup
and login page for each customer.
I'm working in classic ASP, but .. ASP.NET is not out of the question.
Does anyone have any good insight? Good links?
Thanks!