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:
Simon Coggins
2013-09-16 20:15:32 +12:00
parent 83f26f6407
commit f6ebcd34f2
9 changed files with 276 additions and 26 deletions
@@ -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