Changes between Version 12 and Version 13 of Modules/Auth


Ignore:
Timestamp:
2010-12-13T15:59:13+01:00 (14 years ago)
Author:
rwagner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Modules/Auth

    v12 v13  
    33=== Authentication ===
    44 * Forms of Authentication:
    5   * Database (user-pass)
    6   * OpenID
    7   * IP-based
    8   * LDAP-based + specific flavors like RUG and UMCG login
    9  * Registration of users includes email verification
    10  * Users should be able to login and logout
    11  * Users should be able to change their passwords
     5  * Database (user-pass) (must)
     6  * OpenID (could)
     7  * IP-based (could)
     8  * LDAP-based + specific flavors like RUG and UMCG login (should)
     9 * Registration of users includes email verification (must)
     10 * Users should be able to login and logout (must)
     11 * Users should be able to change their passwords (must)
    1212
    1313=== Authorization ===