Skip to content

carlbomsdata/casaos-user-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

CasaOS User Management Script

A Python script for managing CasaOS users directly in the user.db database. Features include:

  • Listing users
  • Adding new users
  • Editing user passwords
  • Removing users
  • Resetting the database

Note: Requires sudo permissions and Python 3.x. Always backs up the database before making changes.

Run the script with:

sudo python3 program.py

Or build for your platform using pyinstaller:

pip install pyinstaller
pyinstaller --onefile program.py
pyinstaller --onefile program.py

Make a copy of the script from the ./dist folder and then run:

sudo ./program

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages