Skip to content

Commit f8a5db0

Browse files
committed
locking email change by default
1 parent a15d0de commit f8a5db0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

auth.php

+2
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ class auth_plugin_jwt extends auth_plugin_base {
3737
public function __construct() {
3838
$this->authtype = 'jwt';
3939
$this->config = get_config('auth_jwt');
40+
41+
$this->config->field_lock_email = "locked";
4042
}
4143

4244
/**

0 commit comments

Comments
 (0)