Move password checking into group.go.

It used to be delegated to clients.
This commit is contained in:
Juliusz Chroboczek
2021-10-27 04:15:44 +02:00
parent 8135f6b91d
commit 869eb9b839
8 changed files with 60 additions and 97 deletions
-4
View File
@@ -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
}