django-accounts
Contents:
Accounts
Miscellaneous
django-accounts
»
Index
Index
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
L
|
M
|
N
|
O
|
P
|
R
|
S
|
T
|
U
|
V
|
W
A
AccountActivationTokenGenerator (class in accounts.tokens)
accounts.activity_recorder_mixin
module
accounts.admin
module
accounts.authentication
module
accounts.decorators
module
accounts.device_generator
module
accounts.forms
module
accounts.models
module
accounts.signals
module
accounts.tokens
module
accounts.urls
module
accounts.utils
module
accounts.verification
module
accounts.views
module
actions (accounts.admin.CustomUserAdmin attribute)
(accounts.models.User attribute)
activate() (in module accounts.views)
activate_account() (accounts.admin.CustomUserAdmin method)
activate_phone() (in module accounts.views)
Activity (class in accounts.models)
Activity.DoesNotExist
Activity.MultipleObjectsReturned
ActivityAdmin (class in accounts.admin)
alert_user() (in module accounts.views)
assign_permissions() (in module accounts.utils)
auth_guest() (in module accounts.decorators)
authenticate() (accounts.authentication.EmailAuthBackend method)
(accounts.authentication.PhoneAuthBackend method)
(accounts.authentication.UsernameAuthBackend method)
B
base_fields (accounts.forms.LoginForm attribute)
(accounts.forms.PhoneVerificationForm attribute)
(accounts.forms.ProfileEditForm attribute)
(accounts.forms.TokenVerificationForm attribute)
(accounts.forms.TrustedDeviceForm attribute)
(accounts.forms.UserEditForm attribute)
(accounts.forms.UserRegistrationForm attribute)
browser (accounts.models.Device attribute)
C
check_device_signature() (accounts.models.Device method)
check_token() (accounts.verification.Verificator method)
check_verified_fields() (accounts.models.User method)
clean() (accounts.forms.LoginForm method)
clean_password2() (accounts.forms.UserRegistrationForm method)
clean_phone() (accounts.forms.PhoneVerificationForm method)
create_action() (accounts.activity_recorder_mixin.RecordsActivityMixin static method)
(in module accounts.utils)
create_user_profile() (in module accounts.signals)
created (accounts.models.Activity attribute)
(accounts.models.Device attribute)
CustomImageField (class in accounts.utils)
CustomUserAdmin (class in accounts.admin)
D
date_hierarchy (accounts.admin.LogEntryAdmin attribute)
date_of_birth (accounts.models.Profile attribute)
declared_fields (accounts.forms.LoginForm attribute)
(accounts.forms.PhoneVerificationForm attribute)
(accounts.forms.ProfileEditForm attribute)
(accounts.forms.TokenVerificationForm attribute)
(accounts.forms.TrustedDeviceForm attribute)
(accounts.forms.UserEditForm attribute)
(accounts.forms.UserRegistrationForm attribute)
Device (class in accounts.models)
Device.DoesNotExist
Device.MultipleObjectsReturned
device_set (accounts.models.User attribute)
DeviceAdmin (class in accounts.admin)
DeviceInlineAdmin (class in accounts.admin)
dispatch() (accounts.activity_recorder_mixin.RecordsActivityMixin method)
E
email_verified (accounts.models.Profile attribute)
email_verified() (accounts.admin.CustomUserAdmin method)
EmailAuthBackend (class in accounts.authentication)
extra (accounts.admin.DeviceInlineAdmin attribute)
F
fetch_user_phone_from_session() (accounts.verification.Verificator method)
fields (accounts.forms.PhoneVerificationForm.Meta attribute)
(accounts.forms.ProfileEditForm.Meta attribute)
(accounts.forms.TrustedDeviceForm.Meta attribute)
(accounts.forms.UserEditForm.Meta attribute)
(accounts.forms.UserRegistrationForm.Meta attribute)
fieldsets (accounts.admin.CustomUserAdmin attribute)
form (accounts.views.LoginView attribute)
(accounts.views.RegisterView attribute)
G
generate_new_signature() (accounts.models.Device method)
generate_token() (accounts.verification.Verificator method)
get() (accounts.views.LoginView method)
(accounts.views.ProfileEditView method)
(accounts.views.RegisterView method)
get_absolute_url() (accounts.models.Device method)
(accounts.models.User method)
get_ip() (in module accounts.device_generator)
get_location() (in module accounts.device_generator)
get_next_by_created() (accounts.models.Activity method)
(accounts.models.Device method)
get_next_by_date_joined() (accounts.models.User method)
get_previous_by_created() (accounts.models.Activity method)
(accounts.models.Device method)
get_previous_by_date_joined() (accounts.models.User method)
get_user() (accounts.authentication.EmailAuthBackend method)
(accounts.authentication.PhoneAuthBackend method)
(accounts.authentication.UsernameAuthBackend method)
get_user_agent() (in module accounts.device_generator)
groups (accounts.models.User attribute)
H
has_add_permission() (accounts.admin.LogEntryAdmin method)
has_change_permission() (accounts.admin.LogEntryAdmin method)
has_delete_permission() (accounts.admin.LogEntryAdmin method)
has_view_permission() (accounts.admin.LogEntryAdmin method)
I
id (accounts.models.Activity attribute)
(accounts.models.Device attribute)
(accounts.models.Profile attribute)
(accounts.models.User attribute)
inlines (accounts.admin.CustomUserAdmin attribute)
ip (accounts.models.Device attribute)
is_valid() (accounts.forms.TokenVerificationForm method)
L
last_login_at() (accounts.admin.CustomUserAdmin static method)
last_login_location() (accounts.admin.CustomUserAdmin static method)
list_display (accounts.admin.ActivityAdmin attribute)
(accounts.admin.CustomUserAdmin attribute)
(accounts.admin.DeviceAdmin attribute)
(accounts.admin.LogEntryAdmin attribute)
list_filter (accounts.admin.ActivityAdmin attribute)
(accounts.admin.CustomUserAdmin attribute)
(accounts.admin.DeviceAdmin attribute)
(accounts.admin.LogEntryAdmin attribute)
list_select_related (accounts.admin.CustomUserAdmin attribute)
location (accounts.models.Device attribute)
logentry_set (accounts.models.User attribute)
LogEntryAdmin (class in accounts.admin)
login() (accounts.forms.LoginForm method)
LoginForm (class in accounts.forms)
LoginView (class in accounts.views)
M
machine (accounts.models.Device attribute)
media() (accounts.admin.ActivityAdmin property)
(accounts.admin.CustomUserAdmin property)
(accounts.admin.DeviceAdmin property)
(accounts.admin.DeviceInlineAdmin property)
(accounts.admin.LogEntryAdmin property)
(accounts.admin.ProfileAdmin property)
(accounts.forms.LoginForm property)
(accounts.forms.PhoneVerificationForm property)
(accounts.forms.ProfileEditForm property)
(accounts.forms.TokenVerificationForm property)
(accounts.forms.TrustedDeviceForm property)
(accounts.forms.UserEditForm property)
(accounts.forms.UserRegistrationForm property)
model (accounts.admin.ActivityAdmin attribute)
(accounts.admin.DeviceAdmin attribute)
(accounts.admin.DeviceInlineAdmin attribute)
(accounts.admin.ProfileAdmin attribute)
(accounts.forms.PhoneVerificationForm.Meta attribute)
(accounts.forms.ProfileEditForm.Meta attribute)
(accounts.forms.TrustedDeviceForm.Meta attribute)
(accounts.forms.UserEditForm.Meta attribute)
(accounts.forms.UserRegistrationForm.Meta attribute)
module
accounts.activity_recorder_mixin
accounts.admin
accounts.authentication
accounts.decorators
accounts.device_generator
accounts.forms
accounts.models
accounts.signals
accounts.tokens
accounts.urls
accounts.utils
accounts.verification
accounts.views
N
notify_user() (accounts.models.Device static method)
O
object_link() (accounts.admin.LogEntryAdmin method)
objects (accounts.models.Activity attribute)
(accounts.models.Device attribute)
(accounts.models.Profile attribute)
operating_system (accounts.models.Device attribute)
P
phone (accounts.models.User attribute)
phone_verified (accounts.models.Profile attribute)
phone_verified() (accounts.admin.CustomUserAdmin method)
PhoneAuthBackend (class in accounts.authentication)
PhoneVerificationForm (class in accounts.forms)
PhoneVerificationForm.Meta (class in accounts.forms)
photo (accounts.models.Profile attribute)
post() (accounts.views.LoginView method)
(accounts.views.ProfileEditView method)
(accounts.views.RegisterView method)
process_verification_request() (accounts.verification.Verificator method)
profile (accounts.models.User attribute)
Profile (class in accounts.models)
profile() (in module accounts.views)
Profile.DoesNotExist
Profile.MultipleObjectsReturned
profile_form (accounts.views.ProfileEditView attribute)
ProfileAdmin (class in accounts.admin)
ProfileEditForm (class in accounts.forms)
ProfileEditForm.Meta (class in accounts.forms)
ProfileEditView (class in accounts.views)
R
readonly_fields (accounts.admin.ProfileAdmin attribute)
RecordsActivityMixin (class in accounts.activity_recorder_mixin)
RegisterView (class in accounts.views)
request_verification_email() (in module accounts.views)
S
save() (accounts.models.User method)
save_form_data() (accounts.utils.CustomImageField method)
search_fields (accounts.admin.ActivityAdmin attribute)
(accounts.admin.LogEntryAdmin attribute)
send_verification_email() (in module accounts.utils)
send_verification_sms() (accounts.verification.Verificator method)
suspend_account() (accounts.admin.CustomUserAdmin method)
T
target (accounts.models.Activity attribute)
target_ct (accounts.models.Activity attribute)
target_ct_id (accounts.models.Activity attribute)
target_id (accounts.models.Activity attribute)
temp_token (accounts.models.Profile attribute)
template_name (accounts.views.LoginView attribute)
(accounts.views.ProfileEditView attribute)
(accounts.views.RegisterView attribute)
TokenVerificationForm (class in accounts.forms)
trusted (accounts.models.Device attribute)
TrustedDeviceForm (class in accounts.forms)
TrustedDeviceForm.Meta (class in accounts.forms)
U
user (accounts.models.Activity attribute)
(accounts.models.Device attribute)
(accounts.models.Profile attribute)
User (class in accounts.models)
User.DoesNotExist
User.MultipleObjectsReturned
user_detail() (in module accounts.views)
user_form (accounts.views.ProfileEditView attribute)
user_id (accounts.models.Activity attribute)
(accounts.models.Device attribute)
(accounts.models.Profile attribute)
user_permissions (accounts.models.User attribute)
UserEditForm (class in accounts.forms)
UserEditForm.Meta (class in accounts.forms)
UsernameAuthBackend (class in accounts.authentication)
UserRegistrationForm (class in accounts.forms)
UserRegistrationForm.Meta (class in accounts.forms)
V
verb (accounts.models.Activity attribute)
verbose_name (accounts.admin.DeviceInlineAdmin attribute)
verbose_name_plural (accounts.admin.DeviceInlineAdmin attribute)
Verificator (class in accounts.verification)
verify() (accounts.verification.Verificator method)
verify_phone() (in module accounts.views)
W
widgets (accounts.forms.ProfileEditForm.Meta attribute)
(accounts.forms.TrustedDeviceForm.Meta attribute)