mirror of
https://github.com/rwinkhart/libmutton.git
synced 2026-09-05 08:37:25 -04:00
Initial password aging support
This commit is contained in:
@@ -4,6 +4,7 @@ type ByteInputFetcher func(prompt string) []byte
|
||||
|
||||
var (
|
||||
GetPassword ByteInputFetcher // Clients should set this to a function that fetches hidden input from the user
|
||||
rootLength = len(EntryRoot) // length of global.EntryRoot string
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user