. /** * Version details * * @package auth_pwdexp * @copyright UP learning B.V. 2013 www.uplearning.nl * @author Anne Krijger * @author David Bezemer * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ // set to defaults if undefined if (!isset ($config->expirationdays)) { $config->expirationdays = 30; } if (!isset ($config->redirecturl)) { $config->redirecturl = $CFG->httpswwwroot .'/login/change_password.php'; } ?>

:
: