9c03f73b | 13-Oct-2014 |
Michal Koutný <xm.koutny@gmail.com> |
AUTH_USER_CHANGE handler can modify passed data
Originally AUTH_USER_CHANGE handler could modify the user data, however, auth plugin consequently worked with different copy of the array thus effecti
AUTH_USER_CHANGE handler can modify passed data
Originally AUTH_USER_CHANGE handler could modify the user data, however, auth plugin consequently worked with different copy of the array thus effectively preventing any changes by the AUTH_USER_CHANGE implementer.
show more ...
|