Changes between Version 1 and Version 3 of Ticket #16860


Ignore:
Timestamp:
Aug 24, 2014, 11:46:46 AM (10 years ago)
Author:
Shai Berger
Comment:

I replaced two requirements that seem to be applicable to login pages (rate-limiting & lockout, captcha) with ones more applicable to password setting (use of user attributes, old password reuse).

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16860

    • Property Cc cmawebsite@… added
  • Ticket #16860 – Description

    v1 v3  
    99 * Javascript validation assistance (someday, maybe?)
    1010 * HTML5 support (i.e. the pattern attribute)
    11  * Support for various rate-limiting and lockout schemes
    12  * support for adding captchas (maybe)
     11 * Prevent using email, username or other user attributes as (part of) passwords
     12 * Prevent reuse of old passwords
Back to Top