pacmanweb.api.admin

pacmanweb.api.admin#

Flask Views for user management.

Functions

add_user()

Add a new user to the system.

admin_only(f)

Decorator to restrict access to admin users only.

delete_user()

Delete an existing user from the system.

edit_user()

Edit an existing user's information.

exists(username)

Check if a user exists and their admin status.

return_user_data()

Retrieve a list of all users in the system.