Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
belenios
belenios
Commits
9a629ca7
Commit
9a629ca7
authored
Jun 24, 2013
by
Stephane Glondu
Browse files
Terminology: "credential" instead of "secret token"
parent
7afd44e6
Changes
2
Hide whitespace changes
Inline
Side-by-side
media/booth/templates/election.html
View file @
9a629ca7
...
...
@@ -6,7 +6,7 @@
<p>
<ol>
<li>
<b>
Enter
</b>
your
se
cre
t token
.
</li><br
/>
<li>
<b>
Enter
</b>
your cre
dential
.
</li><br
/>
<li>
<b>
Select
</b>
your options.
<br
/>
<span
style=
"font-size: 14pt;"
>
Answer the questions, and review your choices.
</span></li>
...
...
media/booth/vote.html
View file @
9a629ca7
...
...
@@ -558,7 +558,7 @@ BOOTH.do_done = function() {
BOOTH
.
ask_token
=
function
()
{
try
{
var
token
=
window
.
prompt
(
"
Please enter your
se
cre
t token
:
"
);
var
token
=
window
.
prompt
(
"
Please enter your cre
dential
:
"
);
BOOTH
.
credential
=
BOOTH
.
derive_key
(
token
);
BOOTH
.
voter_id
=
BOOTH
.
credential
.
y
.
toString
();
BOOTH
.
show_question
(
0
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment