Disallow LDAP bind if trap is set; support setting trap from user form
This commit is contained in:
@@ -77,6 +77,7 @@ class User extends AuthUser {
|
||||
last_name: this.last_name,
|
||||
email: this.email,
|
||||
tagline: this.tagline,
|
||||
trap: this.trap,
|
||||
group_ids: (await this.groups()).map(x => x.id),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user