Add TTY login tracking with notification support
This commit is contained in:
@@ -4,9 +4,15 @@ type Login struct {
|
||||
Enabled bool
|
||||
Notify bool
|
||||
SSH LoginSSH
|
||||
Local LoginLocal
|
||||
}
|
||||
|
||||
type LoginSSH struct {
|
||||
Enabled bool
|
||||
Notify bool
|
||||
}
|
||||
|
||||
type LoginLocal struct {
|
||||
Enabled bool
|
||||
Notify bool
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user