PaferaPy Async 0.1
ASGI framework focused on simplicity and efficiency
Loading...
Searching...
No Matches
Classes | Variables
system.user Namespace Reference

Classes

class  system_user
 User accounts for the system. More...
 

Variables

int USER_ACQUAINTANCE = 2
 
int USER_BLOCKED = 4
 
int USER_CAN_MANAGE_SELF = 0x10
 
int USER_DISABLED = 0x02
 
int USER_FOLLOW = 3
 
int USER_FRIEND = 1
 
int USER_MUST_CHANGE_PASSWORD = 0x01
 
int USER_NEED_APPROVAL = 0x04
 
int USER_REJECTED = 0x08
 

Variable Documentation

◆ USER_ACQUAINTANCE

int system.user.USER_ACQUAINTANCE = 2

Definition at line 28 of file user.py.

◆ USER_BLOCKED

int system.user.USER_BLOCKED = 4

Definition at line 30 of file user.py.

◆ USER_CAN_MANAGE_SELF

int system.user.USER_CAN_MANAGE_SELF = 0x10

Definition at line 15 of file user.py.

◆ USER_DISABLED

int system.user.USER_DISABLED = 0x02

Definition at line 12 of file user.py.

◆ USER_FOLLOW

int system.user.USER_FOLLOW = 3

Definition at line 29 of file user.py.

◆ USER_FRIEND

int system.user.USER_FRIEND = 1

Definition at line 27 of file user.py.

◆ USER_MUST_CHANGE_PASSWORD

int system.user.USER_MUST_CHANGE_PASSWORD = 0x01

Definition at line 11 of file user.py.

◆ USER_NEED_APPROVAL

int system.user.USER_NEED_APPROVAL = 0x04

Definition at line 13 of file user.py.

◆ USER_REJECTED

int system.user.USER_REJECTED = 0x08

Definition at line 14 of file user.py.