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:
@@ -8,6 +8,7 @@ var (
|
||||
EntryRoot = back.Home + "\\AppData\\Local\\libmutton\\entries" // Path to libmutton entry directory
|
||||
ConfigDir = back.Home + "\\AppData\\Local\\libmutton\\config" // Path to libmutton configuration directory
|
||||
ConfigPath = ConfigDir + "\\libmutton.ini" // Path to libmutton configuration file
|
||||
AgeDir = ConfigDir + "\\aging" // Path to libmutton password aging database
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user