No authentication is asking for email verificaton

Re: No authentication is asking for email verificaton

by Ken Task -
Number of replies: 0
Picture of Particularly helpful Moodlers

Via ssh/shell in moodlecode/admin/cli/
what does:
 php cfg.php |grep confirm

show?   Above reads config variables from DB.

To make sure, one could add a line to config.php

$CFG->emailchangeconfirmation='0';

which overrides config in DB.

'spirit of sharing', Ken