Ignore:
Timestamp:
Sep 18, 2012, 5:47:55 PM (12 years ago)
Author:
flop25
Message:

send a Confirmation Mail to the user if an admin validated by the link

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/UserAdvManager/trunk/ConfirmMail.php

    r17946 r17985  
    4141   
    4242    log_user($userid, false);
    43 
     43    if (isset($conf_UAM[1]) and $conf_UAM[1] == 'local')
     44    {
     45      validation_mail($userid);
     46    }
    4447// We have to get the user's language in database
    4548// ----------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.