We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a15d0de commit f8a5db0Copy full SHA for f8a5db0
auth.php
@@ -37,6 +37,8 @@ class auth_plugin_jwt extends auth_plugin_base {
37
public function __construct() {
38
$this->authtype = 'jwt';
39
$this->config = get_config('auth_jwt');
40
+
41
+ $this->config->field_lock_email = "locked";
42
}
43
44
/**
0 commit comments