Ignore:
Timestamp:
Nov 27, 2011, 4:27:10 PM (12 years ago)
Author:
Eric
Message:

Bug 2456 fixed - New feature : Avoid user connexion to the gallery until there has been no validation of registration. Users are redirected to a customizable content page.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/UserAdvManager/trunk/maintain.inc.php

    r12271 r12661  
    6464  $defaultUAM[37] = '-1';                                     // UAM_DOWNGRADE_LEVEL
    6565  $defaultUAM[38] = 'false';                                  // UAM_PWDRESET_TRUE/FALSE
     66  $defaultUAM[39] = 'false';                                  // UAM_REJECTCONNECT_TRUE/FALSE
     67  $defaultUAM[40] = l10n('UAM_Default_RejectConnexion_Txt');  // UAM_REJECTCONNECT_TEXT
    6668 
    6769  // Default specific parameters for UserAdvManager ConfirmMail conf
     
    357359      upgrade_2208_2300();
    358360    }
     361
     362    if (version_compare($conf['UserAdvManager_Version'], '2.30.2') < 0)
     363    {
     364    /* upgrade from version 2.30.x to 2.30.2 */
     365    /* ************************************* */
     366      upgrade_2300_2302();
     367    }
    359368  }
    360369
Note: See TracChangeset for help on using the changeset viewer.