Ignore:
Timestamp:
Apr 6, 2013, 5:27:15 PM (11 years ago)
Author:
Eric
Message:
  • Bug fixed : Admins passwords synchronization between FluxBB and Piwigo when changed
  • Bug fixed : Password synchronization between FluxBB and Piwigo if a user uses Piwigo's password recovery system
  • Bug fixed : Exclude password comparison from audit
  • Todo : Recode synch, migration and audit actions for existing users before plugin activation - Have to take care on passwords !
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Register_FluxBB/main.inc.php

    r21912 r22039  
    132132
    1331332.5.3     - 30/03/13  - Bug fixed : MySql error after installation from scratch
     134
     1352.5.4     - ../../..  - Bug fixed : Admins passwords synchronization between FluxBB and Piwigo when changed
     136                      - Bug fixed : Password synchronization between FluxBB and Piwigo if a user uses Piwigo's password recovery system
     137                      - Bug fixed : Exclude password comparison from audit
     138                      - Todo : Recode synch, migration and audit actions for existing users before plugin activation - Have to take care on passwords !
    134139--------------------------------------------------------------------------------
    135140*/
     
    165170}
    166171
     172/* Password forget */
     173add_event_handler('loc_begin_password', 'Register_FluxBB_PasswReset');
    167174
    168175/* Access validation in FluxBB when validated in Piwigo through UAM plugin */
Note: See TracChangeset for help on using the changeset viewer.