mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: sso_overrides_(email|username|name) for all auth methods
These settings previously applied only to discourse-sso. Now they work for all external authentication methods.
This commit is contained in:
@@ -69,6 +69,10 @@
|
||||
margin-top: 0.5em;
|
||||
}
|
||||
|
||||
tr.input span.value {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.user-field {
|
||||
> label {
|
||||
margin-top: 0.75em;
|
||||
|
||||
@@ -97,7 +97,7 @@
|
||||
.has-alt-auth {
|
||||
.tip,
|
||||
td label {
|
||||
max-width: 250px;
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user