mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 02:17:34 +00:00
LibCore: Add Core::Account for login management.
Core::Account abstracts login semantics like password checking and switching uid/gid.
This commit is contained in:
parent
2bda21318c
commit
3d34724d37
3 changed files with 289 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
set(SOURCES
|
||||
Account.cpp
|
||||
ArgsParser.cpp
|
||||
ConfigFile.cpp
|
||||
Command.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue