Move password checking into group.go.
It used to be delegated to clients.
This commit is contained in:
@@ -59,10 +59,6 @@ func (client *Client) Username() string {
|
||||
return "RECORDING"
|
||||
}
|
||||
|
||||
func (client *Client) Challenge(group string, cred group.ClientCredentials) bool {
|
||||
return true
|
||||
}
|
||||
|
||||
func (client *Client) SetPermissions(perms group.ClientPermissions) {
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user