mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 02:46:40 +02:00
Merge branch 'MDL-72634' of https://github.com/paulholden/moodle
This commit is contained in:
commit
b7dc12b160
3 changed files with 37 additions and 4 deletions
|
@ -3902,10 +3902,6 @@ function create_user_record($username, $password, $auth = 'manual') {
|
|||
}
|
||||
}
|
||||
|
||||
if (!isset($newuser->city)) {
|
||||
$newuser->city = '';
|
||||
}
|
||||
|
||||
$newuser->auth = $auth;
|
||||
$newuser->username = $username;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue