Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
MDL-46946 user: Make missing required custom fields trigger profile edit
[moodle.git]
/
auth
/
mnet
/
auth.php
diff --git
a/auth/mnet/auth.php
b/auth/mnet/auth.php
index
11ddba2
..
6f1cf0f
100644
(file)
--- a/
auth/mnet/auth.php
+++ b/
auth/mnet/auth.php
@@
-263,7
+263,7
@@
class auth_plugin_mnet extends auth_plugin_base {
exit;
}
- if (user_not_fully_set_up($remoteuser)) {
+ if (user_not_fully_set_up($remoteuser
, false
)) {
print_error('notenoughidpinfo', 'mnet');
exit;
}