Ticket #609 (closed enhancement: fixed)
Plugin functionality for User Registration validation schemes
| Reported by: | BrianKoontz | Owned by: | BrianKoontz |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.1.6.4 |
| Component: | administration | Version: | 1.1.6.4 |
| Severity: | normal | Keywords: | 1.1.7-ported |
| Cc: |
Description (last modified by BrianKoontz) (diff)
Lightweight set of classes that permit run-time implementation of one or more registration validation schemes. Provides a set of minimal "hooks" (currently, URAuthDisplay() and URAuthVerify()) for usersettings.php. All underlying logic is contained in subclasses of URAuthTmpl (each validation scheme corresponds to a subclass of URAuthTmpl). Implementation of validation modules is entirely self-contained and requires nothing more than copying the desired UR module into libs/UR and enabling the necessary params in wikka.config.php. Multiple modules are "anded" together (i.e., all modules must validate as true for registration to be successful).