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:
David Taylor
2020-06-18 11:01:02 +01:00
parent ec448a1516
commit 977766e7a8
14 changed files with 143 additions and 60 deletions

View File

@@ -69,6 +69,10 @@
margin-top: 0.5em;
}
tr.input span.value {
margin-left: 10px;
}
.user-field {
> label {
margin-top: 0.75em;

View File

@@ -97,7 +97,7 @@
.has-alt-auth {
.tip,
td label {
max-width: 250px;
max-width: 100%;
}
}