mirror of
https://github.com/privacyguides/discourse-brand.git
synced 2025-08-28 12:39:19 +00:00
Disable user fields on login form
This commit is contained in:
@@ -290,6 +290,18 @@ html.anon {
|
||||
}
|
||||
}
|
||||
|
||||
form#login-form {
|
||||
.create-account__fullname {
|
||||
display: none;
|
||||
}
|
||||
.user-field-pronouns {
|
||||
display: none;
|
||||
}
|
||||
.user-field-optional-features {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
body.option-disable-reactions-all {
|
||||
.discourse-reactions-counter {
|
||||
display: none;
|
||||
|
Reference in New Issue
Block a user