mirror of
https://github.com/Mistake35/Cedar-Django.git
synced 2026-07-18 00:21:14 +10:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user