MDL-40848 badges: Validate backpack connection via Persona
Instead of trusting that the user owns the email address they supply, we now require them to login via Persona before connecting them to the backpack
This commit is contained in:
@@ -1906,6 +1906,9 @@ div.badge .expireimage {
|
||||
.notconnected {
|
||||
color: @errorText;
|
||||
}
|
||||
.connecting {
|
||||
color: @warningText;
|
||||
}
|
||||
#page-badges-award .recipienttable tr td {
|
||||
vertical-align: top;
|
||||
}
|
||||
@@ -1933,6 +1936,9 @@ div.badge .expireimage {
|
||||
text-align: left;
|
||||
vertical-align: middle;
|
||||
}
|
||||
img#persona_signin {
|
||||
cursor: pointer;
|
||||
}
|
||||
.addcourse {
|
||||
float: right;
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user