Bug fixes, Additional admin shit, removal of is_active

Django handles is_active for you, If your account is disabled, The site will act as if you are not authenticated.  This means that all is_active checks are now pointless.

- Fixed C-Token deduction
- Removed is_active middleware
- Removed check for signup_addr when signing up
- Removed is_active logout message
- Added lazy asf check that makes a profile for you if one is not found.
- Removed community owner exception for rank_needed_to_post
- Removed unused permission thing
- Improved the admin interface even more.
This commit is contained in:
some weird guy
2023-09-16 15:43:30 -07:00
parent b049458816
commit bdab42a155
5 changed files with 57 additions and 51 deletions
+4
View File
@@ -3406,6 +3406,10 @@ body.masked {
content: "x";
color: var(--theme, #ff4159);
}
.sidebar-setting .sidebar-admin-meta:before {
content: "l";
color: var(--theme, #ff4159);
}
.sidebar-setting .sidebar-menu-replies:before {
content: "r";
color: var(--theme, #ff4159);